ScenomeApplication.GetTempPath

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.

Prototype

string GetTempPath( string Name, int IncludeProcessID )

Parameters

Function parameters are as follows:

Examples

Examples are as follows:

string file = Application.GetTempPath( "TempLinkCopyReferencesTransport.box", 0 );

Working Sample Code

For sample code: