"Rune Strand" <rune.strand at gmail.com> writes: > You have the environment variable APPDATA. You can access it with > os.environ(). Thanks!!!!!! Wow, I'd been hacking away at much messier approaches than that. It's actually os.environ['APPDATA'] ;-)