May 2017
Intermediate to advanced
416 pages
21h 33m
English
The function io.open returns a file descriptor if successful:
file = io.open (filename [, mode])
When it fails, it will return nil and the corresponding error message (like most Lua functions).
Read now
Unlock full access