FileExists Data Member Function

Returns true if the specified file exists.

Prototype

int32 FileExists( string p_sAbsolutePathToFile )

Parameters

Parameter Type Parameter Name Documentation
stringp_sAbsolutePathToFileThe fully qualified path to the file to check. For example: "C:\\MyDirectory\\MyTextFile.txt".

Examples

Copy Text To Clipboard

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