Remove a directory specified by DirName from an FTP server.
Syntax
[VB.NET]
Public Function RemoveDirectoryAsync(ByVal DirName As String)AsTask
[C#]
public Task RemoveDirectoryAsync(string dirName);
Remarks
This method is the asynchronous version of the RemoveDirectory method and is used to support asynchronous operations in WinRT. Please refer to RemoveDirectory for more information.