Deletes an empty remote directory with the specified pathname.

Namespace:  Rebex.Net
Assembly:  Rebex.Sftp (in Rebex.Sftp.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)

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also