What is a shortcut to the Default home directory in Windows

Christian Heimes lists at cheimes.de
Fri Jan 18 18:40:18 EST 2008


Mike Driscoll wrote:
> I personally use Tim Golden's excellent win32 API wrapper, the
> winshell script. You can find it here:
> 
> http://timgolden.me.uk/python/winshell.html

Yeah. Tim's winshell is fine but it's not using the official win32 api.
However Python 2.6 will get an easier way to get a mapping of ids to
shell folders: os.path.getshellfolders() -> dict

Christian




More information about the Python-list mailing list