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: 2023.1.3.0 (2023.1.3)
Syntax public static string GetTempDirectory()
Public Shared Function GetTempDirectory As String
public:
static String^ GetTempDirectory()
static member GetTempDirectory : unit -> string
Return Value
Type:
StringRemarks 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