Resource getResourcePath

From Catglobe Wiki
Revision as of 04:36, 26 December 2011 by Cg huyphong (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search



Resource_getResourcePath

Get the path of a resource

Syntax

Resource_getResourcePath(resourceId)

Arguments

  • resourceId: is a number expression. It is the resource's unique id

Return value

string

Example

string path = Resource_getResourcePath(1252151);

print(path);

//Output : CATINET\Internal Projects\Administration

Availability

Version 5.6