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: 10.12.3.0 (10.12.3.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 OIV.Inventor.Helpers.SbFileHelper.GetTempFilename(System.String, System.String) method. The path ends with an operating system dependent directory separator.
See Also