18 Apr
2006
18 Apr
'06
7:02 a.m.
Tres Seaver wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Lennart Regebro wrote:
On 4/11/06, Takahashi, Michael <MTakahashi@oid.ucla.edu> wrote:
I'm trying to write a function that checks to see if the current object is a 'Folder'.
several ways:
isinstance(object, Folder) # does not work in python scripts\
Don't forget 'sametype' inside PythonScripts:
sametype(object, another_object)
You mean same_type ;) -- Thank you and Cheers, Suresh V. CTO, ParTecs, Bangalore http://www.partecs.com Plone-Zope-Python Consulting