rez.namedResourceExists

Syntax rez.namedResourceExists (path, resourcetype, name)

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.

name is the name of the resource you are looking for.

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

Returns True if a resource with the indicated name and type was found, false otherwise

Examples rez.namedResourceExists ("Frontier.root", 'DLOG', "personalize")
» true

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

See Also rez.getNamedResource

rez.resourceExists

Discuss