Click or drag to resize
ZipProviderRead Method (String)
Reades specific archive.

Namespace: CMS.IO.Zip
Assembly: CMS.IO (in CMS.IO.dll) Version: 9.0.0
Syntax
C#
public static ZipProvider Read(
	string zipfilename
)

Parameters

zipfilename
Type: SystemString
File name of the archive

Return Value

Type: ZipProvider
See Also