GetTempPath Data Member Function

Returns a temporary file path, including 'Name', and optionally including the ID of the current Scenome process.

Prototype

string GetTempPath( string Name, int32 p_bIncludeProcessID )

Parameters

Parameter Type Parameter Name Documentation
stringNameThe base name to use for the temporary file name.
int32p_bIncludeProcessIDA flag indicating whether or not to include the ID of the current Scenome process in the name. 1 is used to indicate the process ID should be included; 0 is used to indicate the process ID should not be included.

Examples

Copy Text To Clipboard

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