ComponentPro UltimateFtp

      DeleteDirectoryAsync Methods

      See AlsoMembers Options: Show AllLanguage Filter: AllSend comments on this topic to ComponentPro
      Asynchronously deletes the specified directory and, if indicated, any subdirectories and files in the directory.

      Overload List

      DeleteDirectoryAsync(String, Boolean, ExtendedAsyncCompletedEventHandler<FileSystemTransferStatistics>, Object)Asynchronously deletes the specified directory and, if indicated, any subdirectories and files in the directory.DeleteDirectoryAsync(String, Boolean, Object)Asynchronously deletes the specified directory and, if indicated, any subdirectories and files in the directory.DeleteDirectoryAsync(String, ExtendedAsyncCompletedEventHandler<FileSystemTransferStatistics>, Object)Asynchronously deletes the specified empty directory.DeleteDirectoryAsync(String, Object)Asynchronously deletes the specified empty directory.DeleteDirectoryAsync(String, Boolean)Asynchronously deletes the specified directory and, if indicated, any subdirectories and files in the directory.DeleteDirectoryAsync(String)Asynchronously deletes the specified empty directory.
      Top

      See Also