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.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also