164
164
# find the kind of the path being added. This is not
165
165
# currently determined when we list directories
166
166
# recursively, but in theory we can determine while
168
168
# TODO: a safe, portable, clean interface which will
169
169
# be faster than os.listdir() + stat. Specifically,
170
170
# readdir - dirent.d_type supplies the file type when