SbFileHelperRemoveFile Method |
Removes the specified file.
Namespace: OIV.Inventor.HelpersAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static int RemoveFile(
string fileName
)
Public Shared Function RemoveFile (
fileName As String
) As Integer
public:
static int RemoveFile(
String^ fileName
)
static member RemoveFile :
fileName : string -> int
Parameters
- fileName
- Type: SystemString
The file to remove.
Return Value
Type:
Int32An error code, 0 if there was no error.
Remarks See Also