[Zope] How to traverse a subtree ?

2000-12-20 Thread Andreas Jung
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

Re: [Zope] How to traverse a subtree ?

2000-12-20 Thread Dieter Maurer
Andreas Jung writes: 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 ?