ComponentOne Zip for .NET 2.0
C1.Zip Assembly / C1.Zip Namespace / C1ZipEntryCollection Class / ExtractFolder Method
Destination path for the unzipped files.

In This Topic
    ExtractFolder Method
    In This Topic
    Extracts the contents of the zip file into a specified path.
    Syntax
    Public Sub ExtractFolder( _
       ByVal path As String _
    ) 
    public void ExtractFolder( 
       string path
    )

    Parameters

    path
    Destination path for the unzipped files.
    Remarks
    If the zip file contains compressed folders, new folders will be created under the destination path to preserve the hierarchical structure of the archive.
    See Also