1
0
mirror of https://github.com/Adorable-Catgirl/Zorya-NEO.git synced 2024-09-21 18:58:51 +10:00
Zorya-NEO/mods/io
2020-03-15 11:43:42 -05:00
..
init.lua VFS time 2020-03-12 16:01:05 -05:00
README.md CPIO fixes, readmes 2020-03-15 11:43:42 -05:00

io module (Incomplete)

The IO module provides a PUC Lua-compatible I/O library.

Additions from PUC Lua

  • io.mkdir(path) - Makes a directory
  • io.isreadonly(path) - Returns if path is read only
  • io.exists(path) - Returns if path exists