Returns a URL to the specified resource, which must exist on the class path.
@script::getResourceURL(String resourceName)
(string) resourceName: the name of the resource
(string) URL to the specified resource.
In the following example, "resources/ui/logo.gif" is passed in as a resource name and the getResourceURL method returns the URL to the item:
$resourceURL = @script::getResourceURL("resources/ui/logo.gif")
@script::log($resourceURL)
/opt//opt/xmatters/5//node/assets/resources/ui/logo.gif