ComponentOne Zip for UWP
C1.UWP.Zip Assembly / C1.C1Zip Namespace / C1ZipFile Class / Close Method

In This Topic
    Close Method (C1ZipFile)
    In This Topic
    Resets all data members of the C1ZipFile object.
    Syntax
    'Declaration
     
    Public Sub Close() 
    public void Close()
    Remarks
    Disk files are automatically closed by C1Zip. You only need to use this method if you want to break the connection between a C1ZipFile class and a physical zip file.
    See Also