How does one go about saving and opening data to a file? I hope to have my scenario save scores and in game settings on local machines.
I hope to achieve the following:
Generate a file in a specific location if it doesn't already exist there (may have to be different depending on OS).
Edit this file to store variables (most likely just integers with identification of what they are)
Read this file later to access those variables again.

