in reply to Re: mkdir problem on windows
in thread mkdir problem on windows
should work as requested by the OP. Apparently, mkdir requires "command extensions" to be enabled to work in that way, whatever they are, but they're apparently (so say Microsoft) enabled by default for processes running under Windows XP anyway, which I presume extends to the Perl interpreter.my $path = "c:\\a\\b\\c\\d" system "mkdir $path";
<sarcasm>Who needs cross-compatibility, anyway?</sarcasm> *grin*
-- Tanalis
#include www.liquidfusion.org.uk
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: mkdir problem on windows
by graff (Chancellor) on Sep 19, 2005 at 18:07 UTC |