Extracts this entry to a file.

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

Syntax

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

Parameters

destFileName
Type: System..::..String
Name and location of the extracted file.

See Also