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