[Zope] how can I ask an object whether it is folderish?

Chris Withers chrisw@nipltd.com
Wed, 10 Oct 2001 11:07:49 +0100


Try this:

if object.isFolderish():
 return "object is a folderish thang"

If it doesn't work, I'm sure I saw a method with a name kindof like that,
somewhere, once... urm...

Chris