I have a air application called snippley
All i want is to get to the data (my snippets) and export them.
I have a air application called snippley
All i want is to get to the data (my snippets) and export them.
The files will be stored in a directory called Local Store
. Look for a ".db" file (or ".rdb"). You can either back up this file or zip up the contents of the entire directory. Best to keep your backups outside of Local Store
On Windows:
c:/user name/Application Data/applicationID.publisherID/Local Store/
On Mac:
/Users/user name/Library/Preferences/applicationID.publisherID/Local Store/
On Linux:
/home/user name/.appdata/applicationID.publisherID/Local Store/
There are a number of applications that allow you to look inside the SQLite database. I am presently using MesaSQLite.