IO
Provides input and output facilities related to files.
Methods
io.append()
io.append()
Appends content to the specified file.
io.read()
io.read()
Reads and returns the contents of the specified file as a string.
io.write()
io.write()
Writes content to the specified file. This method completely overrides all content.
Last updated