ZipFile Constructor (String)

SharpZip Compression Library

SharpZip Compression Library

ZipFile Constructor (String)

Opens a Zip file with the given name for reading.

public ZipFile(
   string name
);

Exceptions

Exception Type Condition
IOException An i/o error occurs
ZipException The file doesn't contain a valid zip archive.

See Also

ZipFile Class | ICSharpCode.SharpZipLib.Zip Namespace | ZipFile Constructor Overload List