
Contents |
Create new folder
1. pe_mkdir folder:="subfolder";
2. pe_mkdir folder:="sub" path:= aa$;
| Display Name | Variable Name | I/O and Type | Default Value | Description |
|---|---|---|---|---|
| Subfolder | folder |
Input string | |
name of the new folder to be created; if the name already exists, it will add number after name |
| Check if Folder Exists | chk |
Input int | |
Specify if check folder exists or not. |
| Set as Current Directory | cd |
Input int | |
Specify if set as current directory or not. |
| New Subfolder Path | path |
Output string | |
Receive new subfolder path |
This X-Function is used to create a new directory
To create new directory named myDir, use:
pe_mkdir("myDir")