Click or drag to resize
SbFileHelperRemoveFile Method

Removes the specified file.

Namespace: OIV.Inventor.Helpers
Assembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static int RemoveFile(
	string fileName
)

Parameters

fileName
Type: SystemString

The file to remove.

Return Value

Type: Int32

An error code, 0 if there was no error.

Remarks

See Also