Click or drag to resize
ZipEntryExtract Method (String)
Extracts ZIP archive.

Namespace: CMS.IO.Zip
Assembly: CMS.IO (in CMS.IO.dll) Version: 9.0.0
Syntax
C#
public void Extract(
	string basedir
)

Parameters

basedir
Type: SystemString
Destination directory
See Also