πIO
Provides input and output facilities related to files.
Methods
io.append()
io.append()io.append('./log.txt', 'message from ghost')io.read()
io.read()io.read('./log.txt')io.write()
io.write()io.write(content, './log.txt')Last updated