535
535
"""Create a directory at the given path."""
536
536
self._mkdir(self._remote_path(relpath), mode=mode)
540
540
# initialise the file to zero-length
541
541
# this is three round trips, but we don't use this
542
542
# api more than once per write_group at the moment so