scandir#
- barecat._api.Barecat.scandir(path)[source]#
Iterate over all immediate files and subdirectories of the given directory, as
barecat.BarecatEntryInfoobjects.- Parameters:
path (str) – Path to the directory within the archive.
- Returns:
An iterator over members of the directory, as
barecat.BarecatEntryInfoobjects.- Return type: