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: 2024.1.1.0 (2024.1.1)
Syntax
public static string GetTempDirectory()

Return Value

Type: String
Remarks

Useful with the OIV.Inventor.Helpers.SbFileHelper.GetTempFilename(System.String, System.String) method. The path ends with an operating system dependent directory separator.

See Also