Opens the entry from the zip archive.
Syntax
JScript | |
---|
function Open() : Stream; |
Return Value
The stream that represents the contents of the entry.
Exceptions
Exception | Description |
System.IO.IOException |
The entry is already currently open for writing or the entry has been deleted from the archive.
Or the archive for this entry was opened with the 'Create' mode, and this entry has already been written to.
|
System.IO.InvalidDataException |
The entry is either missing from the archive or is corrupt and cannot be read.
Or the entry has been compressed by using a compression method that is not supported.
|
System.ObjectDisposedException |
Opens the entry from the zip archive.
|
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also