rmdir Removes directory Description boolrmdir stringdirname Attempts to remove the directory named by dirname. The directory must be empty, and the relevant permissions must permit this. &return.success; See also mkdir and unlink.