If it's being odd, then just make your own, Here's what I'm thinking of:
sub WriteableDir { my $DIR = shift; if (open(F,">$DIR/tmp.file") ) { close(F); unlink("$DIR/tmp.file"); return 1; }else{ return 0; } }
In reply to Re: -w $path Cross Platform Issues
by ahmad
in thread -w $path Cross Platform Issues
by bkembree
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |