Create a new folder in the current working directory.
1. mkdir "MyFolder";
2. mkdir dir:= "MyFolder";
Please refer to the page for additional option switches when accessing the x-function from script
Input
string
Specify the name of the folder to be created.
This X-Function is used to create a new folder in the current working directory.