ComponentOne Zip for .NET
ExtractFolder Method

C1.C1Zip.4 Assembly > C1.C1Zip Namespace > C1ZipEntryCollection Class : ExtractFolder Method
Destination path for the unzipped files.
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

Reference

C1ZipEntryCollection Class
C1ZipEntryCollection Members