CreateDirectory Data Member Function

Creates a directory.

Prototype

int32 CreateDirectory( string p_sDirPath )

Parameters

Parameter Type Parameter Name Documentation
stringp_sDirPathThe absolute path of the directory to create. For example: C:\\MyFolder\\.

Examples

Copy Text To Clipboard

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