I am trying to find out the location of system folders with Python 3.1. For example "My Documents" = "C:\Documents and Settings\User\My Documents", "Program Files" = "C:\Program Files" etc etc.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
I found a slightly different way of doing it. This way will give you the location of various system folders and uses real words instead of CLSIDs.
Other available folders: AllUsersDesktop, AllUsersStartMenu, AllUsersPrograms, AllUsersStartup, Desktop, Favorites, Fonts, MyDocuments, NetHood, PrintHood, Recent, SendTo, StartMenu, Startup & Templates |
|||
|
|
|
To get the "My Documents" folder, you can use:
From here. I'm not sure what the equivalent magic incantation is for "Program Files", but that should hopefully be enough to get you started. |
|||||||||
|
|
In Windows 7 I can use the following environment variables to access the folders I need:
|
|||