Click or drag to resize
SbFileHelperGetTempDirectory Method

Returns the path to the temporary directory used by the system.

Namespace: OIV.Inventor.Helpers
Assembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public static string GetTempDirectory()

Return Value

Type: String
Remarks

Useful with the getTempFilename() method. The path ends with an operating system dependent directory separator.

See Also