187
182
cdef _kind_from_mode(self, int mode):
188
183
# Files and directories are the most common - check them first.
205
200
def top_prefix_to_starting_dir(self, top, prefix=""):
206
201
"""See DirReader.top_prefix_to_starting_dir."""
207
return (self._safe_utf8(prefix), None, None, None,
202
return (_safe_utf8(prefix), None, None, None, _safe_utf8(top))
210
204
def read_dir(self, prefix, top):
211
205
"""Read a single directory from a utf8 file system.