I want to make a cross-platform desktop app which has a small config file on local filesystem.
Where is the best path to store application data on each OS?
Asked
Active
Viewed 118 times
0

invalid
- 1,215
- 4
- 13
- 30
-
https://stackoverflow.com/questions/35377977/where-to-store-user-data-for-a-desktop-application for windows – Suraj Rao Nov 20 '21 at 11:31
-
https://stackoverflow.com/questions/1510104/where-to-store-application-data-non-user-specific-on-linux – Suraj Rao Nov 20 '21 at 11:34
1 Answers
2
Usually games or apps whose data is to be stored,and not deleted even after uninstalling the app itself,is stored in the users own path:
C:/Users/username/appdata
The appdata directory is hidden so you can either go there from cmd,or unhide it from:
folder options(search in windows tab)/view
Hope this was useful.

Mohammad PiMj
- 48
- 4