Core Verbs
Mac OS verbs
core.close (appID, obj)
core.count (appID, obj, class)
core.create (appID, class, initialData, propertyData, where)
core.dataSize (appID, obj, type)
core.delete (appID, object)
core.duplicate (appID, obj, where)
core.exists (appID, obj)
core.get (appID, obj)
core.getAs (appID, obj, type)
core.move (appID, obj, where)
core.open (appID, obj)
core.print (appID, obj)
core.quit (appID, save)
core.save (appID, obj)
core.saveAs (appID, obj, file, type)
core.set (appID, obj, data)
|