Click or drag to resize
ZipProviderExtract Method
Extraxts entry from archive.

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

Parameters

filename
Type: SystemString
File name of the package
See Also