Vizard 7 » Command Index » Vizard modules » viz » <viz:res>.getFullPath
7.6

<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

<viz:res>.addPath
<viz:res>.getPathList
<viz:res>.removePath
<viz:res>.setPathList