|
CreateDirectory |
Top Previous Next |
|
CreateDirectory
Syntax CreateDirectory([in] FolderName);
Description To create a new directory/folder.
Parameters FolderName The name of the folder to create.
Return 1 = success 0 = failed -1 = FSCommands cannot be found
Example
FSCommand("CreateDirectory", "C:\\Test");
This will create a new directory c:\test |