isdir# barecat.Index.isdir(path)[source]# Check if a directory exists in the index. Parameters: path – Path of the directory. It is normalized before the check. Returns: True if a directory with the given path exists, False otherwise.