Returns a numerical value indicating whether MKDIR succeeded in creating a user-specified directory. If successful, it returns a 1; otherwise, it returns a 0.
Format
MKDIR (String)
Argument
String | Text string that names a directory. |
Example
The following function creates a new directory, named my_directory:
Function | MKDIR("my_directory") |
Result | 1 |