Quite enough time passed since function #68.19 was introduced, but no one has used it yet AFAIK. I decided to break the wall and make one. Well, two. These are libraries to work with files, ordinary and INI. Below is what currently implemented:
- libio
- file.size
- file.open
- file.read
- file.write
- file.seek
- file.tell
- file.eof?
- file.seteof
- file.close
- libini
- ini.get_str
- ini.get_int
- ini.set_str
- ini.set_int

