int(0..1) open(string file, void|string mode)
Opens a file for I/O.
The name of the file to be opened
Mode for the file operations. Can be either "r" (read) or "w". Read is default.