Reply To: Lua create/read/write file

Home Forums General Programming Lua create/read/write file Reply To: Lua create/read/write file

#22906
atom
Keymaster
    • Topics: 159
    • Replies: 2945
    • Total: 3104
    • ★★★★★

    There is a DEMO panel called DEMO – Files (it should be installed in the Ctrlr installation directory) it demonstrates how to read/write files.

    If everything fails you should be able to use native lua calls to do file I/O, consult the Lua manual for that http://www.lua.org/pil/21.1.html

    Ctrlr