Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Resource getResourcePath: Difference between revisions

From Catglobe Wiki
Cg_pham (talk | contribs)
No edit summary
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
[[Category:Resource_Functions]]
[[Category:Resource_Functions]]

{{HelpFiles}}


====Resource_getResourcePath====
====Resource_getResourcePath====
Line 20: Line 20:
'''Example'''
'''Example'''


''string path = Resource_getResourcePath(15186613);''
''string path = Resource_getResourcePath(1252151);''
 
''print(path);''
 
//Output : CATINET\Internal Projects\Administration


'''Availability'''
'''Availability'''

Latest revision as of 02:36, 26 December 2011



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