mkdirRecurse
fn
void mkdirRecurse(scope const(char)[] pathname) @safeMake directory and all parent directories as needed.
Does nothing if the directory specified by pathname already exists.
Parameters
pathname | the full path of the directory to create |
Throws
FileException on error.