CreateDirectoryRecurse Data Member Function

Creates a directory, including creating any sub-directories as needed.

Prototype

int32 CreateDirectoryRecurse( string p_sDirectory )

Parameters

Parameter Type Parameter Name Documentation
stringp_sDirectoryAn absolute path of the directory you wish to create. For example: "D:\\MyFolder\\SubFolder\\TestFolder".

Examples

Copy Text To Clipboard

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