< Perl Programming < Keywords

The rmdir keyword

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

  rmdir FILENAME
  rmdir

Examples

rmdir DataDir\abcweb

See also

  • rmtree
chdirclosedirmkdiropendirreaddirrewinddirrmdirseekdirtelldir
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.