Deletes specified files and/or directories on the server.

Namespace:  Rebex.Net
Assembly:  Rebex.Networking (in Rebex.Networking.dll)

Syntax

Visual Basic
Sub Delete ( _
	set As FileSet _
)
C#
void Delete(
	FileSet set
)

Parameters

set
Type: Rebex.IO..::..FileSet
A filtering set which specifies remote files and directories to be deleted.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also