RemoveDirectoryAsync Method
Remove a directory specified by DirName from an FTP server.
Syntax
[VB.NET] Public Function RemoveDirectoryAsync(ByVal DirName As String) As IAsyncAction
[C#] public IAsyncAction RemoveDirectoryAsync(string dirName);
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
RemoveDirectoryAsync MethodRemove a directory specified by DirName from an FTP server. Syntax[VB.NET] Public Function RemoveDirectoryAsync(ByVal DirName As String) As IAsyncAction [C#] public IAsyncAction RemoveDirectoryAsync(string dirName); RemarksThis 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. |
||