mkdirRecurse

fnvoid mkdirRecurse(scope const(char)[] pathname) @safe

Make directory and all parent directories as needed.

Does nothing if the directory specified by pathname already exists.

Parameters

pathnamethe full path of the directory to create

Throws

FileException on error.