Max M wrote: > Currently the only absolute object id, is the objects path. Which you > can get as: > > theObjectPath = object.getPhysicalPath()[1:], '/' Bugger! That would be:: theObjectPath = join(object.getPhysicalPath()[1:], '/') regards Max M "klaatu verata niktu"