SbFileHelperGetTempDirectory Method |
Returns the path to the temporary directory used by the system.
Namespace: OIV.Inventor.HelpersAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic static string GetTempDirectory()
Public Shared Function GetTempDirectory As String
public:
static String^ GetTempDirectory()
static member GetTempDirectory : unit -> string
Return Value
Type:
String
RemarksUseful with the getTempFilename() method. The path ends with an operating system dependent directory separator.
See Also