ComponentOne Zip for .NET
C1ZipFile Constructor(String)

C1.C1Zip.4 Assembly > C1.C1Zip Namespace > C1ZipFile Class > C1ZipFile Constructor : C1ZipFile Constructor(String)
The name of the zip file to open.
Initializes a new instance of the C1ZipFile class and opens a zip file associated with this new instance.
Syntax
Public Function New( _
   ByVal fileName As String _
)
public C1ZipFile( 
   string fileName
)

Parameters

fileName
The name of the zip file to open.
Remarks
If the file does not exist, a new empty file is created.
See Also

Reference

C1ZipFile Class
C1ZipFile Members
Overload List