cfunction
(os/mkdir path)
Create a new directory. The path will be relative to the current
directory if relative, otherwise it will be an absolute path. Returns
true if the directory was created, false if the directory already
exists, and errors otherwise.