8 Aug
2001
8 Aug
'01
8:17 a.m.
Dieter Maurer wrote:
There is currently no such method, but you could easily create one:
import string
class ZCatalog: .... def isObjectCataloged(self,object): uid= string.join(object.getPhysicalPath(),'/') return self._catalog.uids.has_key(uid)
Perhaps that could go in the collector? cheers, Chris