Gilles Lenfant writes: > Is there a Zope APII can use in a Python script that checks if a string is a > valid object id ? > Or should I hard code it (and what's the rules ?) See "OFS.ObjectManager.ObjectManager". The checking method is probably private. You will need an external method/file-system Python code. Dieter