[Slightly OT] Ruby File operation to create a directory?

Anyone know how to create a directory programmatically with the Ruby
standard classes?

Bryan D. wrote:

Anyone know how to create a directory programmatically with the Ruby
standard classes?

Nevermind… Dir.mkdir() it is.