if an error occured.
mkdir
fn
void mkdir(R)(R pathname) if (isSomeFiniteCharInputRange!R && !isConvertibleToString!R)Make a new directory pathname.
Parameters
pathname | the path of the directory to make |
Throws
fn
void mkdir(R)(auto ref R pathname) if (isConvertibleToString!R)ditto