mkdir

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