mirror of
https://github.com/Adorable-Catgirl/Zorya-NEO.git
synced 2024-11-13 14:08:07 +11:00
.. | ||
init.lua | ||
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 directoryio.isreadonly(path)
- Returns if path is read onlyio.exists(path)
- Returns if path exists