Some functions to make reading and writing files a little easier. The premise is that a function which reads (returns the contents of a file) will also write if provided data to save.
Save
This small useful module can be used to store and retrieve values across different app sessions.
A lot of people found it useful in Code Exchange 1, so am reposting it here
You can save TABLES, NUMBERS, STRINGS or BOOLEANS.
Two functions to easily load and save a table of Lua data to your apps storage.