Deletes a file on the server.
Namespace:
Rebex.Net
Assembly:
Rebex.Networking (in Rebex.Networking.dll)
Syntax
| Visual Basic |
|---|
Sub DeleteFile ( _ remotePath As String _ ) |
| C# |
|---|
void DeleteFile( string remotePath ) |
Parameters
- remotePath
- Type: System..::..String
The path to the file to be deleted.