26 Jul
2001
26 Jul
'01
6:47 p.m.
Erik Enge writes:
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? You may look at my "Mirroring Folder"
URL:http://www.dieter.handshake.de/pyprojects/zope/MFolder.html It does something similar. Dieter