[Zope] Squeezing an extra object onto the acquisition path.

Erik Enge erik@thingamy.net
26 Jul 2001 08:48:57 +0200


Hi!

Let's say I have this structure:

        /folderA/folderB
        /folderC/folderD
        /objectA

Is there any way (maybe using __of__()) I can make this into

        /folderC/folderA/objectA

as far as the acquisition path is conserned?