FileSystem.createDirectory
void createDirectory(string path, bool recursive = false, thrown IoError error)Creates a directory.
Remarks
Throws IoError when the directory cannot be created.
Parameters
string
path
Directory path to create.
bool
recursive = false
When true, missing parent directories are created.
thrown IoError
error
Generated with campc v0.8.0-preview.1+4df4cd2858d46c717d136ff5c571742dc449f642.