Open topic with navigation
<viz:res>.getFullPath
Get the full path of a resource
<viz:res>.getFullPath( |
|
filename |
) |
|
filename
Name of file to search for
Remarks
This command will search the current resource path for the file and return the full path to it. If the file is not found an empty string will be returned.
Return Value
The full path of a resource.
Example
viz.res.getFullPath('gallery.ive')
See also