walk_names#
- barecat.Index.walk_names(rootitem, bufsize=32)[source]#
Walk over the directory tree starting from a directory.
- Parameters:
- Returns:
An iterator over tuples of directory paths, subdirectory names, and file names.
- The tuples are in the format
(dirpath, subdirs, files), where dirpathis the path of the directory.subdirsis a list of subdirectory names.filesis a list of file names.
- The tuples are in the format
- Return type: