Extracted from Pike v7.4 release 35 at 2003-12-09.
pike.ida.liu.se
[Top]
predef::
Gz
Gz._file

Method Gz._file()->open()


Method open

int open(string|int file, void|string mode)

Description

Opens a file for I/O.

Parameter file

The filename or an open filedescriptor for the GZip file to use.

Parameter mode

Mode for the fileoperations. Defaults to read only.

Note

If the object already has been opened, it will first be closed.