DirectoryCreate
Alias:DirectoryCreate
, mkdir
, CreateDirectory
Output:Unit
Creates a new directory in the file system. Will create all directories and subdirectories in the specified path unless they already exist.
Parameter | Type | Required | Position | Summary |
---|---|---|---|---|
Path | string | ✔ | 1 | The path to the directory to create. |