[Zope] enumerating files in a folder

Dieter Maurer dieter@handshake.de
Thu, 14 Nov 2002 21:46:03 +0100


David Bear writes:
 > I'm getting really mad at myself now.  I have a folder call 'stuff'.  In the stuff folder I have a python script call getStuff which looks like this
 > 
 > return container.objectValues('ZopePageTemplate')
Someone else already told you that "ZopePageTemplate" is almost
surely the wrong "meta_type".

You may also need to substitute "context" for "container".


Dieter