What is a shortcut to the Default home directory in Windows

Tim Golden mail at timgolden.me.uk
Sat Jan 19 02:02:42 EST 2008


Christian Heimes wrote:
> 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.

Umm... Is it not? The only thing I'm aware of doing is
retaining backwards compat. by using SHGetPathFromIDList
on the SHGetSpecialFolderLocation because I was writing against
Win9x at the time. Or are you saying something else?

(Admit I haven't checked all the docs since I wrote it
to see what's been "deprecated" this week).

TJG



More information about the Python-list mailing list