Perl Programming/Keywords/rmdir

Previous: rindex Keywords Next: s

The rmdir keyword edit

rmdir removes the directory with the name specified by FILENAME, if the directory is empty. rmdir returns true on success and false otherwise, setting $! (errno). Without FILENAME, contents of $_ are used.

Syntax edit

  rmdir FILENAME
  rmdir

Examples edit

rmdir DataDir\abcweb

See also edit

chdir closedir mkdir opendir readdir rewinddir rmdir seekdir telldir
Previous: rindex Keywords Next: s