Table of Contents

mkdir

Description

Creates a new folder.

Syntax

mkdir -directory

Parameters

  • 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.
  • directory is the default parameter. You do not need to specify it.

Availability

Available since PDMShell 2.0.0.