findfiles expression function

Searches the Houdini path for a file or directory.

Replaced by: hou.findFiles

All Usage Examples

See also: findfile

Usage

findfiles(filename, separator)

Searches the houdini path for the specified file or directory, returning a list of all the matches separated by the specified separator. It is handy to use a separator of ā€œnā€ when echoing the results. The filename specified should be relative to one of the paths specified in the HOUDINI_PATH environment variable.

Examples

findfiles("config", " ")