I've made a game and I'd like to save the highscore. So I need a place to do that. I chose to put it in the C:\All Programs
directory. My problem is that that directory name isn't the same on every computer. For example on mine it's C:/Program Files
(x86).
So my question: Is there a way, to discover that path on any computer?
PROBLEM SOLVED:
os.getenv('PROGRAMFILES')