Extracts a file from the current zip file.
Namespace:
C1.C1ZipAssembly: C1.Phone.Zip (in C1.Phone.Zip.dll)
Syntax
C# |
---|
public void Extract( int index ) |
Visual Basic |
---|
Public Sub Extract ( _ index As Integer _ ) |
Parameters
- index
- Type: System..::..Int32
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.