Deletes specified directory from FTP server.
| C# | Visual Basic | Visual C++ | F# |
public void DeleteDirectory( string path )
Public Sub DeleteDirectory ( path As String )
public: void DeleteDirectory( String^ path )
member DeleteDirectory : path : string -> unit
- path (String)
- Directory absolute or relative path to the current working directory.
| Exception | Condition |
|---|---|
| ObjectDisposedException | Is raised when this object is disposed and this method is accessed. |
| InvalidOperationException | Is raised when FTP client is not connected. |
| ArgumentNullException | Is raised when path is null. |
| ArgumentException | Is raised when any of the arguments has invalid value. |
| FTP_ClientException | Is raised when FTP server returns error. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119