How to find Windows "Application data" directory??

Paul Rubin http
Wed Jun 29 00:09:12 EDT 2005


"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'] ;-)



More information about the Python-list mailing list