mkdir
Description
Creates a new folder.
Syntax
mkdir -directory
Parameters
| Parameter | Required | Description |
|---|---|---|
-directory |
Yes | The folder to create. Supports placeholders. |
Parameter Details
directory: The folder to create. Supports placeholders.
Note
For more information about placeholders, refer to the placeholders documentation.
Examples
mkdir -directory "NewFolder"
# mkdir
Remarks
- To get the new folder to show up in the auto-complete, please use the command
cd -refresh. directoryis the default parameter. You do not need to specify it.
Availability
Available since PDMShell 2.0.0.