File Objects
From OxeyeWiki
DaisyMoon File Objects |
---|
DaisyMoon contains classes for writing and reading binary files. These can be useful if you want to have creater control over the file structure, as Lua generally only works with strings and doubles in normal cases.
If you only want to write text to the file, it is recommended that you use the standard IO Lua library instead: Lua IO Tutorial