ComponentOne Zip for .NET 2.0
C1.Zip Assembly / C1.Zip Namespace / C1ZipFile Class / C1ZipFile Constructor / C1ZipFile Constructor(String)
The name of the zip file to open.

In This Topic
    C1ZipFile Constructor(String)
    In This Topic
    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