I have an application the run both on Windows and OS-X. I am thinking of moving the application’s database file from the Document directory to the SpecialFolder.ApplicationData directory for OS-X.
For Windows (which is about 90% of my users) should leave the database file put or move it also to the SpecialFolder.ApplicationData?
I not a Windows person, even tho I did use Windows for 7 or 8 years ( NO mac and NO programming), so please forgive the dumb questions.
I currently have my preference file in the users App Data folder and I read and write to this file. Why would I not be able to write to the data base if it were in save directory?