IDTSFtpClientConnection100.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 remote directory for the client connection.
public:
void DeleteRemoteDirectory(System::String ^ remoteDirectoryPath);
[System.Runtime.InteropServices.DispId(13)]
public void DeleteRemoteDirectory (string remoteDirectoryPath);
[<System.Runtime.InteropServices.DispId(13)>]
abstract member DeleteRemoteDirectory : string -> unit
Public Sub DeleteRemoteDirectory (remoteDirectoryPath As String)
Parameters
- remoteDirectoryPath
- String
The remote directory path.
- Attributes