Thierry Florac wrote: > Given an object accessed directly (for example, through a call to > Catalog().getObject()), how can I get access to his parent folder in a > Python script or a Zope product ?? What the property or method name > pointing to the folder the object ? try: .aq_parent -mj