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