302
301
"""Create a directory at the given path."""
303
302
self._mkdir(self._abspath(relpath), mode=mode)
313
304
def _get_append_file(self, relpath, mode=None):
314
305
"""Call os.open() for the given relpath"""
315
306
file_abspath = self._abspath(relpath)