hou.findDirectory
function
Search the houdini path for a specified directory, returning the first match found. The directory name specified should be relative to the houdini directory.
See also: hou.findDirectories, hou.findFile, hou.findFiles, hou.houdiniPath
Usage
findDirectory(directory_name) → string
If the directory cannot be found in the houdini path, OperationFailed is raised.