Go to the first, previous, next, last section, table of contents.

rmdir

`rmdir(FILENAME)'
`rmdir FILENAME'
FILENAME で指定されたディレクトリが空ならば消去する。 成功すれば 1、そうでなければ 0 を返し、$! (errno) をセットする。 FILENAME を省略すると、$_ を用いる。

Go to the first, previous, next, last section, table of contents.