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

Namespace:  C1.C1Zip
Assembly:  C1.Phone.Zip (in C1.Phone.Zip.dll)

Syntax

C#
public void ExtractFolder(
	string path
)
Visual Basic
Public Sub ExtractFolder ( _
	path As String _
)

Parameters

path
Type: System..::..String
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