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 0.12.0-preview.1.