Rez Verbs
Mac OS verbs
rez.countResources (path, type)
rez.countResTypes (path)
rez.deleteNamedResource (path, type, name)
rez.deleteResource (path, type, ID)
rez.getNamedResource (path, resourcetype, name, addr)
rez.getNthResInfo (path, type, n, addrID, addrName)
rez.getNthResource (path, type, n, addrName, addrData)
rez.getNthResType (path, n, addr)
rez.getResource (path, resourcetype, id, addr)
rez.getResourceAttributes (path, type, id)
rez.getStringResource (path, id, addr)
rez.namedResourceExists (path, resourcetype, name)
rez.putNamedResource (path, type, name, addr)
rez.putResource (path, type, id, addr)
rez.putStringResource (path, id, s)
rez.resourceExists (path, resourcetype, id)
rez.setResourceAttributes (path, type, id, attrs)
|