How to create a directory

Hi,

How can I create a directory (inside another)? I'm using Ruby 1.6,

Windows 2000.

Thanks,
Maurício

ruby -e "Dir.mkdir( ‘newdir’) "

James

···

-----Original Message-----
From: news [mailto:news@main.gmane.org]On Behalf Of Maurício
Sent: Tuesday, July 30, 2002 3:42 PM
To: ruby-talk ML
Subject: How to create a directory

Hi,

How can I create a directory (inside another)? I'm using Ruby 1.6,

Windows 2000.