It looks like you're new here. If you want to get involved, click one of these buttons!
local someValue = 42 dataSaver.saveValue("somevalue", somevalue) local mydata = {} mydata.somestring = "mystring" mydata.somevalue = 42 dataSaver.save("|D|mydata", mydata) |
Comments
Same for example is done with sql databases:
http://docs.giderosmobile.com/reference/plugin/sqlite3#sqlite3
there exmaple functions on how you can copy a file and check if it exists, etc.
Likes: rolfpancake
I think only desktop platforms have it out of the box