laziness, impatience, and hubris | |
PerlMonks |
perlfunc:rmdirby gods (Initiate) |
on Aug 24, 1999 at 22:41 UTC ( [id://190]=perlfunc: print w/replies, xml ) | Need Help?? |
rmdirSee the current Perl documentation for rmdir. Here is our local, out-dated (pre-5.6) version: rmdir - remove a directory
rmdir FILENAME rmdir
Deletes the directory specified by
FILENAME if that directory is empty. If it succeeds it returns
TRUE, otherwise it returns
FALSE and sets
|
|