Extracts a file from the current zip file.

Namespace:  C1.C1Zip
Assembly:  C1.Silverlight.Zip (in C1.Silverlight.Zip.dll)

Syntax

C#
public void Extract(
	string entryName
)
Visual Basic
Public Sub Extract ( _
	entryName As String _
)

Parameters

entryName
Type: System..::..String
Name 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