I'm making a high score list, so I need to store the names of players that achieved the highest score.

Basicaly, you would enter your name (ok, this is easy), your name is saved, you exit the program, and when you run the program next time, your name will still be on the list?

How can I do this?