>From inside a Python app, I want to register (setup and change) a windows explorer file type (e.g. ".foo") in order to launch actions on double click/right click in explorer. Is this possible with win32 modules? Robert