ComponentOne Zip for .NET
Extract(Int32) Method

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

Parameters

index
Index of the entry to extract.
Remarks
The entry is extracted to a file in the same folder as the current zip file, with the same name as the entry.
See Also

Reference

C1ZipEntryCollection Class
C1ZipEntryCollection Members
Overload List