Function reference
CreateFolder( ‘Folder Path’)
Creates a folder on a local drive or File Share.
Multiple subfolders can be created at the same time.
Argument | Description |
Folder Path | The folder(s) to create |
Data type: String
Returns values | |
‘1’ | Folder created or exists already. |
‘0’ | Unable to create folder. |
Example 1
CreateFolder( ‘f:\myfolder\xyz\abc’ )
Note that all folders in the path string is created.
Need more help with this?
DON'T HESITATE TO CONTACT US HERE ..