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