rmdir

fnvoid rmdir(R)(R pathname) if (isSomeFiniteCharInputRange!R && !isConvertibleToString!R)

Remove directory pathname.

Parameters

pathnameRange or string specifying the directory name

Throws

FileException on error.
fnvoid rmdir(R)(auto ref R pathname) if (isConvertibleToString!R)

ditto