=over =item rmdir FILENAME X X X =item rmdir Deletes the directory specified by FILENAME if that directory is empty. If it succeeds it returns true; otherwise it returns false and sets L|perlvar/$!> (errno). If FILENAME is omitted, uses L|perlvar/$_>. To remove a directory tree recursively (C on Unix) look at the L|File::Path/rmtree( $dir )> function of the L module. =back