FileSystem.createDir
bool createDir(string path, bool recursive)Create a directory and subdirectories. This function succeeds if the directory already exists.
Parameters
path | The paths of the directory. |
recursive | Whether creating directory recursively or not. |
Returns
true on success, false if there was an error.
Throws
[ErrorWrap]