Creates the specified directory.
int32 CreateDirectory( string p_sDirectoryPath )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| string | p_sDirectoryPath | A string containing the fully-qualified path to the directory you wish to create. For example: C:\\MyApplication\\MyFolder. You must have adequate system privileges to create the directory at the requested location. |
None published. Please look for an example in the Simdify Scripting Language code base.