Save DB
Listing save data
log saveContents()
// logs an array of the files in your save dataSetting your save directory
save "myapp@myusername" "set_directory"
// a basic app data directory example
// if you are unable to set your directory because it has already been used, the user will be prompted to allow or deny you access, if the user denys access, your app will be closed, if they allow it, your app will execute the rest of your code.Create/Set a save file
Append data
Append a new line
Getting data from your save
Checking if a save file exists
Last updated