Chris Wagner wrote:
> 
> Your mkdir fails because Perl cannot recursively create directories.
> Atleast on build 813.  In ur two dir example it would work if dir1 already
> existed. Maybe an interbuild change?  Use shell builtin:
> D:\>perl
> system "cmd /c mkdir a\\b\\c\\d";
> -d "a/b/c/d" ? print "dirs exist" : print "dirs don't exist";
> ^D
> dirs exist

If that were the case (that multiple levels of the path need to be created),
he should switch to File::Path::mkpath instead of mkdir.

_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to