mkdir ( string path ) : void
Create the folder (and all sub-folders if they do not exist).
Example
mkdir(path("desktop")+"folder")
Parameters
path
The path to the folder
Create the folder (and all sub-folders if they do not exist).
mkdir(path("desktop")+"folder")