findfile expression function
Searches the Houdini path for a file.
Replaced by: hou.findFile
See also: findfiles
Usage
findfile(filename)
The filename specified should be relative to one of the paths specified in the HOUDINI_PATH environment variable.
Examples
findfile("scripts/123.cmd")
findfile("config/Audio/Error.aiff")