Zorya-NEO/mods/io/README.md

7 lines
247 B
Markdown
Raw Permalink Normal View History

2020-03-16 03:43:42 +11: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