CreateFile Data Member Function

Creates a new file at the specified location.

Prototype

int32 CreateFile( string p_sAbsolutePathToFile )

Parameters

Parameter Type Parameter Name Documentation
stringp_sAbsolutePathToFileThe fully qualified path and filename to create. For example: "C:\\MyDirectory\\MyTestFile.txt".

Examples

Copy Text To Clipboard

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