rez.resourceExists

Syntax rez.resourceExists (path, resourcetype, id)

Params path is a path to the file whose resources are to be examined.

resourcetype is a string4, indicating the type of resource you want.

id is the resource ID of the resource you are looking for.

Action Looks for the specified resource in the file, using the resource's ID.

Returns True if the indicated resource was found, false otherwise.

Examples rez.resourceExists ("Frontier.root", 'DLOG', 512)
» true

Platform Notes This verb is only implemented in the Mac OS version of Frontier.

See Also rez.countResources

"rez.getResource "

rez.namedResourceExists

Discuss