in reply to make directories from path
Interestingly enough the perl operator for file existence (-e) doesn't identify the nul file so I guess it is meaningful only to DOS/Win32 OS'sprint (system("IF EXIST J:/nul exit 1 ELSE exit 0\")) ? 'drive exists' : 'drive does not exist;
|
|---|