- or download this
use strict;
use warnings;
...
unlink "$path/foo.txt" or die $!;
}
}
- or download this
perl is_path_writeable.pl folder\ with\ spaces
'folder with spaces/' is writeable
write failed: 'Operation not permitted at is_path_writeable.pl
+ line 11.
'
- or download this
perl is_path_writeable.pl "C:\Documents and Settings\bke\My Documents"
'C:\Documents and Settings\bke\My Documents' is not writeable
write succeeded