John Poltorak wrote at 2005-6-30 22:27 +0100:
> ...
>If I want to generate a list 
>of folders in say the 'groups' folder, how would I change the code above?

You are aware that you will not get a list (but a tree) when you
look down from some starting point?

When you are ready to look up (in the hierarchy), then

     obj.aq_inner.aq_parent

is the hierarchy parent of "obj".

-- 
Dieter
_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to