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