SbFileHelperGetTempFilename Method |
Returns a temporary filename.
Namespace: OIV.Inventor.HelpersAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static string GetTempFilename(
string path,
string prefix
)
Public Shared Function GetTempFilename (
path As String,
prefix As String
) As String
public:
static String^ GetTempFilename(
String^ path,
String^ prefix
)
static member GetTempFilename :
path : string *
prefix : string -> string
Parameters
- path
- Type: SystemString
The path to the directory which will contain the file (see OIV.Inventor.Helpers.SbFileHelper.GetTempDirectory()).
- prefix
- Type: SystemString
The filename prefix.
Return Value
Type:
StringA temporary filename.
Remarks See Also