rmdir
fn
void rmdir(R)(R pathname) if (isSomeFiniteCharInputRange!R && !isConvertibleToString!R)Remove directory pathname.
Parameters
pathname | Range or string specifying the directory name |
Throws
FileException on error.
fn
void rmdir(R)(auto ref R pathname) if (isConvertibleToString!R)ditto