NAME

rmdir() - remove a directory

SYNOPSIS

void rmdir(string dir);

DESCRIPTION

Remove directory `dir'.

SEE ALSO

rm(3) , mkdir(3) .