25 Sep
2003
25 Sep
'03
12:05 p.m.
Jianping Zhu wrote:
I have a zope the dirctory structure is Root ->sub1f1->sub2f1->sub3f3 ->sub1f2 ->development->sundev->mydev
Thanks for response. Can you give an example how to catalog objects in sub2f1 form mydev, do i have to write some python code to do that?
Yes, you need to write some code, for example, a python script: context.your_catalog.catalog_object(some_object) cheers, Chris