Opens a Zip file with the given name for reading.
[Visual Basic]
Overloads Public Sub New( _
   ByVal name As String _
)
[C#]
public ZipFile(
   string name
);
Exceptions
Exception Type | Condition |
---|---|
if the file doesn't contain a valid zip archive. | |
IOException if a i/o error occured. |
See Also
ZipFile Class | ZipFile Members | ICSharpCode.SharpZipLib.Zip Namespace | ZipFile Constructor Overload List