Navigation
This version of the documentation is archived and no longer supported.

mkdir()

mkdir("path")
Parameters:
  • path (string) – A path on the local filesystem.

Creates a directory at the specified path. This command will create the entire path specified, if the enclosing directory or directories do not already exit.

Equivalent to mkdir -p with BSD or GNU utilities.

←   md5sumFile() pwd()  →