hou.findFiles
function
Search the houdini path for the specified file, returning a tuple of all the matches. The filename specified should be relative to the houdini directory.
See also: hou.findFile, hou.findDirectory, hou.findDirectories, hou.houdiniPath
Usage
findFiles(file_name) → tuple of strings
If the file cannot be found on the houdini path, OperationFailed is raised. Directories are not found, for directories use hou.findDirectories instead.