I have two versions of the same application.
When people upgrade from the free version to the paid version I'd like the free database to be copied to the pro database location.
Is there a way I can access the database file itself if it belongs to another application?
Does the file even belong to the application or is it generally accessible through the filesystem?
Finally, how do I get the path to the database file without hardcoding it?