I have a small txt file that I’m using to store saved game information. Right now I’m saving it to the root of the SD card(no folder). Should I create a folder(with the name of my game) if one doesn’t exist and then save the file in the folder?
Is there a folder that is typically used for these files(kind of like how Windows has the ‘Program Files’ folder)?