I'd like to save data (just String that could be stored in a small text file) and load it automatically to the app when it is started. I imagine a text file in the program installed directory but I dont know if it is possible. How could the program know the path of the directory where it is installed? Or should I just ask for the first time the user to tell the program the location and somehow the program save this location info?
And it should be work on Windows, Mac and Linux.