CreateDirectory Data Member Function

Creates the specified directory.

Prototype

int32 CreateDirectory( string p_sDirectoryPath )

Parameters

Parameter Type Parameter Name Documentation
stringp_sDirectoryPathA 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.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.