ComponentOne Zip for .NET
Extract(Int32,String) Method

C1.C1Zip.4 Assembly > C1.C1Zip Namespace > C1ZipEntryCollection Class > Extract Method : Extract(Int32,String) Method
Index of the entry to extract.
Name and location of the extracted file.
Extracts a file from the current zip file.
Syntax
Public Overloads Sub Extract( _
   ByVal index As Integer, _
   ByVal destFileName As String _
) 
public void Extract( 
   int index,
   string destFileName
)

Parameters

index
Index of the entry to extract.
destFileName
Name and location of the extracted file.
See Also

Reference

C1ZipEntryCollection Class
C1ZipEntryCollection Members
Overload List