FTPClientConnection100Class.DeleteRemoteDirectory(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deletes the specified folder on the FTP server.
public:
virtual void DeleteRemoteDirectory(System::String ^ remoteDirectoryPath) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSFtpClientConnection100::DeleteRemoteDirectory;
[System.Runtime.InteropServices.DispId(13)]
public virtual void DeleteRemoteDirectory (string remoteDirectoryPath);
[<System.Runtime.InteropServices.DispId(13)>]
abstract member DeleteRemoteDirectory : string -> unit
override this.DeleteRemoteDirectory : string -> unit
Public Overridable Sub DeleteRemoteDirectory (remoteDirectoryPath As String)
Parameters
- remoteDirectoryPath
- String
The folder to delete on the FTP server.
Implements
- Attributes