rmdir
Removes directory
&reftitle.description;
boolrmdir
stringdirname
resourcecontext
Attempts to remove the directory named by dirname.
The directory must be empty, and the relevant permissions must permit this.
A E_WARNING level error will be generated on failure.
&reftitle.parameters;
dirname
Path to the directory.
context
¬e.context-support;
&reftitle.returnvalues;
&return.success;
&reftitle.examples;
rmdir example
]]>
&reftitle.seealso;
is_dir
mkdir
unlink