Creates a directory.
int32 CreateDirectory( string p_sDirPath )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| string | p_sDirPath | The absolute path of the directory to create. For example: C:\\MyFolder\\. |
None published. Please look for an example in the Simdify Scripting Language code base.