in reply to Failed to create work\\startup directory
if ( -d 'work' && ! -e 'startup' ) { print "create work/startup directory\n"; mkdir 'work/startup' or do { print "create work/startup directory failed because :$!\n"; exit 1; }; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Failed to create work\\startup directory
by Anonymous Monk on Apr 24, 2011 at 23:21 UTC |