Libraries anvil io File open

File open()
File open(string mode)
Opens file for reading (mode is "r") or writing (mode is "w"). If the mode is "rw" and it does not exists, attempt is made to create it.
Throws IOError -  If an I/O error occurs