Click or drag to resize
SbFileHelperGetTempFilename Method

Returns a temporary filename.

Namespace: OIV.Inventor.Helpers
Assembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static string GetTempFilename(
	string path,
	string prefix
)

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: String

A temporary filename.

Remarks

See Also