2.14.2.14 mkdir

Brief Information

Create a new folder in the current working directory.

Command Line Usage

1. mkdir "MyFolder";

2. mkdir dir:= "MyFolder";

X-Function Execution Options

Please refer to the page for additional option switches when accessing the x-function from script

Variables

Display
Name
Variable
Name
I/O
and
Type
Default
Value
Description
Directory dir

Input

string

<unassigned>

Specify the name of the folder to be created.

Description

This X-Function is used to create a new folder in the current working directory.

Related X-Functions