Extending Windows Shell with Python

Itamar Shtull-Trauring itamar at NOSPAMmaxnm.com
Mon Dec 4 09:45:09 EST 2000


http://msdn.microsoft.com/library/psdk/shellcc/shell/Shell_Adv/namespace.htm
explains how to extend the Windows Explorer so that you can browse your own
namespaces. I've seen it used, for example, to allow you to browse a FTP
site through the Windows Explorer.

Is it possible to this in Python?  I assume it is, and I'm going to try
doing it myself, but if someone's already done it I'd love to have some
example code.

TIA.

-- 
Itamar Shtull-Trauring <itamar(at)shtull-trauring.org>



More information about the Python-list mailing list