hou.findDirectories function

Search the houdini path for the specified directory, returning a tuple of all the matches. The directory name specified should be relative to the houdini directory.

See also: hou.findDirectory, hou.findFile, hou.findFiles, hou.houdiniPath

Usage

findDirectories(directory_name) → tuple of strings

If the directory cannot be found in the houdini path, OperationFailed is raised.