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