Skip to main content
Version: v0.19.0-alpha 🚧

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.

ParameterTypeRequiredPositionSummary
Pathstring✔1The path to the directory to create.