Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: mkdir() problem on windows

by BrowserUk (Patriarch)
on Nov 21, 2010 at 00:08 UTC ( [id://872728]=note: print w/replies, xml ) Need Help??


in reply to mkdir() problem on windows

Your problem description doesn't reflect my experience:

c:\test>dir /b fred File Not Found c:\test>perl -E"mkdir 'fred' or die $!; mkdir 'fred/bill' or die $!" c:\test>dir /b fred bill c:\test>dir /b fred\* bill

The only thing that I can see that might change the above, is if the code you are using has set the umask?


Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://872728]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (7)
As of 2024-03-29 09:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found