in reply to Create NT Directory from Perl

What's an "NT Directory"? Are you asking how to create a directory on NT? mkdir works fine. You can even provide a UNC path instead of a DOS path (for lack of a better name). To create an entire path if necessary, try mkpath in the core module File::Path.

Replies are listed 'Best First'.
Re^2: Create NT Directory from Perl
by mbayer (Novice) on Apr 11, 2005 at 17:57 UTC
    Got it, the package is what I needed, sorry new to Perl and the packages.