%GetResourcePath


Function
The function retrieves a path to a content of Resource object on a disk.
Declaration
TEXT  %GetResourcePath(
   HOBJ in _objId
 )
Parameters
objIdUnique identifier of Resource object. It can be gained as \HBJ attribute.
Return value
The return value contains the path to the resource object on disk, or INVALID value, if the content of resource is not stored on the disk (it can occur if resource is configured not to store the content on disk (see configuration of resource object).
Napíšte komentár