[This is preliminary documentation and is subject to change.]
Removes the file
Namespace:
OfficeClip.UtilsAssembly: OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0
Syntax
C# |
---|
public static int DeleteFile( string filePath ) |
Visual Basic (Declaration) |
---|
Public Shared Function DeleteFile ( _ filePath As String _ ) As Integer |
Visual C++ |
---|
public: static int DeleteFile( String^ filePath ) |
Parameters
- filePath
- Type: System..::.String
The full pathname of the file.
Return Value
0 if successful or an exception is thrown
Exceptions
Exception | Condition |
---|---|
OfficeClip.Utils..::.OCException |