How does one create an installer that will guarantee that no matter where a user chooses to save file to the files do not get removed during installation of a new build?
For instance if a user chooses to save files in the app folder, then during an update the files would be removed. How can a developer prevent this from occurring? We can set a default location BUT ultimately a user can choose to save information where ever they wish to. Seems like this is a problem? At least with an app I have currently. Or so it would seem. Is it truly possible to cover every possible location that a user MAY decide to save information to?