Extracts a file from the current zip file.
Namespace:
C1.C1ZipAssembly: C1.Silverlight.Zip (in C1.Silverlight.Zip.dll)
Syntax
C# |
---|
public void Extract( int index, string destFileName ) |
Visual Basic |
---|
Public Sub Extract ( _ index As Integer, _ destFileName As String _ ) |
Parameters
- index
- Type: System..::..Int32
Index of the entry to extract.
- destFileName
- Type: System..::..String
Name and location of the extracted file.