[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] cross-platform prefs storage?



On Jun 14, 2004, at 2:38 PM, Jon Doda wrote:

Windows would normally store these things in "C:\Documents and Settings\$USER\Application Data\$APP". One (totally untested) way to handle this would be something like:
Thanks, it never occurred to me that python would be smart enough to expand "~" on Windows to "c:\documents and settings\$user". I'm pretty sure the "Application Data" folder is called something else in different Windows languages, but I can hopefully dig that out.

//jack