Zorya-NEO/mods/io
sam 831d96de84 io module 2020-12-21 00:14:39 -05:00
..
README.md CPIO fixes, readmes 2020-03-15 11:43:42 -05:00
init.lua io module 2020-12-21 00:14:39 -05:00

README.md

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