This page contains reference documentation for the GetTempPath function. This function returns a temporary file path, including 'Name', and optionally including the ID of the current Scenome process.
string GetTempPath( string Name, int IncludeProcessID )
Function parameters are as follows:
Examples are as follows:
string file = Application.GetTempPath( "TempLinkCopyReferencesTransport.box", 0 );
For sample code: