Std filesystem createdir
std:std.filesystem.CreateDir
Function CreateDir:Bool( dir:String,recursive:Bool=true,clean:Bool=false )#
Creates a directory at a filesystem path.
Parameters | |
---|---|
path |
path The filesystem path of the directory to create. |
recursive |
recursive If true, any required parent directories are also created. |
clean |
clean If true, any existing directory at dir is first deleted. |