301
307
"""Create a directory at the given path."""
302
308
self._mkdir(self._abspath(relpath), mode=mode)
304
318
def _get_append_file(self, relpath, mode=None):
305
319
"""Call os.open() for the given relpath"""
306
320
file_abspath = self._abspath(relpath)