Namespace:
Rebex.IO.Compression
Assembly:
Rebex.Zip (in Rebex.Zip.dll)
Syntax
Visual Basic |
---|
<ObsoleteAttribute("This method overload has been deprecated and will be removed. Use Extract(string, string, Rebex.IO.TraversalMode, Rebex.IO.TransferMethod, Rebex.IO.ActionOnExistingFiles) method instead.", _ True)> _ Public Sub ExtractAsync ( _ archivePathOrMask As String, _ targetDirectoryPath As String, _ mode As ArchiveTraversalMode, _ defaultActionOnExistingFiles As ArchiveActionOnExistingFile _ ) |
C# |
---|
[ObsoleteAttribute("This method overload has been deprecated and will be removed. Use Extract(string, string, Rebex.IO.TraversalMode, Rebex.IO.TransferMethod, Rebex.IO.ActionOnExistingFiles) method instead.", true)] public void ExtractAsync( string archivePathOrMask, string targetDirectoryPath, ArchiveTraversalMode mode, ArchiveActionOnExistingFile defaultActionOnExistingFiles ) |
Parameters
- archivePathOrMask
- Type: System..::..String
- targetDirectoryPath
- Type: System..::..String
- defaultActionOnExistingFiles
- Type: Rebex.IO.Compression..::..ArchiveActionOnExistingFile