ComponentOne Zip for .NET 2.0
C1.Zip Assembly / C1.Zip Namespace / C1ZipFile Class / Open Method / Open(String) Method
The name of an existing zip file, including the path.

In This Topic
    Open(String) Method
    In This Topic
    Opens an existing zip file.
    Syntax
    Public Overloads Sub Open( _
       ByVal fileName As String _
    ) 
    public void Open( 
       string fileName
    )

    Parameters

    fileName
    The name of an existing zip file, including the path.
    Remarks

    This method checks that the zip file exists and is a valid zip file, then reads the zip file directory into the Entries collection. The zip file is then closed, and can be used by other applications. There is no need to close the zip file explicitly.

    See Also