My program loads a .txt file via the loadStrings() command.
Then it creates a new String and saves it to the .txt file via the saveStrings() command.
My problem is that when i create a standalone application it creates a new folder with the .txt file in it.
How can i create the application and save data in it?
FYI: It’s for the highscore in a game I’m programming.