Does an app update overwrite all files?
Hi,
I have an app that lets the user write notes and I store them to a database. I don't want this database file to be overwritten when I have an update to the application. Does anyone know if the update will overwrite all the files, or will it not overwrite files that are newer than they are? Or is there a way I can include a new database file, and then when the app loads, it imports from the old database (assuming the old database didn't get deleted with the update?
Thanks
|