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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to