This is old.

This is old.. My app uses a SQLite database. I need to update the structure and with new data within. If the user is already has the application the new database if not used.
Here is the point: if Android is using TPath.GetDocumentsPath do store the file, where is it exactly? Does the OS makes a copy to another folder, so after an upgrade it will try to preserve the original data?
Since old version of Delphi keep the Overwrite for file at Deployment option won't work.
I could make a script to alter data and insert the new information, but it will cost time and will require more in-code work. How can I simply delete the any persistent file there?
Thank you!

Comments