FileExists Data Member Function

Returns true if a file exists at the specified path. Otherwise returns false.

Prototype

int32 FileExists( string p_sFilePath )

Parameters

Parameter Type Parameter Name Documentation
stringp_sFilePathThe absolute path to the file on disk.

Examples

Copy Text To Clipboard

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