Method Bz2.File()->open()
- Method open
boolopen(stringfile,void|stringmode)- Description
Opens a file for I/O.
- Parameter
file The name of the file to be opened
- Parameter
mode Mode for the file operations. Can be either "r" (read) or "w". Read is default.