Core function
New in package 162.3Syntax
CreateFolder( path )
Parameters
Parameter | Description |
---|---|
path | Folder path to create, in local or UNC format. |
Return Value
None.
Description
- Throws an exception if:
- Path is relative or incomplete.
- The specified folder (or file) already exists.
- Parent folder does not exists, is not accessible, or is a file.
- User does not have enough privileges to create a folder in the specified location.