PathUtilities GetTempPath Method TIBCO Spotfire 6.0 API Reference
Returns the path of the temporary folder.

Namespace: Spotfire.Dxp.Framework
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public static string GetTempPath()

Return Value

Type: String
A String containing the path information of a temporary directory.
Remarks

This method guarantees that the folder corresponding to the returned folder name has been created.
See Also