Deletes an empty remote directory with the specified pathname.

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

Syntax

Visual Basic
Public Sub RemoveDirectory ( _
	remotePath As String _
)
C#
public void RemoveDirectory(
	string remotePath
)

Parameters

remotePath
Type: System..::..String
Remote directory pathname.

Implements

IFtp..::..RemoveDirectory(String)

Remarks

Represents FTP RMD command.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also