mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2024-12-22 20:17:24 +08:00
394 B
394 B
Table: io
Table for file manipulation. Modified for security purposes.
Functions (2)
open()
- Returns:
file_handle
: file handle or nil if can't read / write to the given path.
Example Usage:
file_handle = io.open()
exists()
- Returns:
boolean
: True if the passed file path exists
Example Usage:
boolean = io.exists()