[Zope] How to traverse a subtree ?

Andreas Jung Andreas Jung <andreas@andreas-jung.com>
Wed, 20 Dec 2000 14:14:13 +0100


Inside a product I need a function that walks through all objects
of the current folder and all subfolders and collects all objects
that have the same type as the products itself (similiar to os.path.walk()).
What would be the best solution for this problem ?

Tnx, Andreas