[]
        
(Showing Draft Content)

C1.Zip.C1ZipEntryCollection.ExtractFolder

ExtractFolder Method

ExtractFolder(string)

Extracts the contents of the zip file into a specified path.

Declaration
public void ExtractFolder(string path)
Parameters
Type Name Description
string 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.