in reply to
mkdir() problem on windows
Hi,
How are you using mkdir?
Are you using the
    $ret = mkdir( $dirname, 0777 );
form?
Actually I'm not sure if it works on Windows, but it's woth a go.
J.C.
Comment on
Re: mkdir() problem on windows
In Section
Seekers of Perl Wisdom