Question Output to file?

I am currently running some test routines and would like to send generated output to a file. Is it possible to do so? Thanks.

Lua supports file operations through the methods in the 'io' table. This is described in the Lua manual.
 
File reading and writing

There are several examples in my addons for your reference.
Have fun!
 
Back
Top