| SbFileHelperGetTempFilename Method  | 
Returns a temporary filename. 
 
Namespace: OIV.Inventor.HelpersAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic 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