Initializes a new instance of the C1ZipFile class and opens a zip file associated with this new instance.

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

Syntax

C#
public C1ZipFile(
	string fileName
)
Visual Basic
Public Sub New ( _
	fileName As String _
)

Parameters

fileName
Type: System..::..String
The name of the zip file to open.

Remarks

If the file does not exist, a new empty file is created.

See Also