Asynchronously deletes the specified directory and, if indicated, any subdirectories and files in the directory.
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