"Rune Strand" <[EMAIL PROTECTED]> 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'] ;-) -- http://mail.python.org/mailman/listinfo/python-list