515
515
self.mkdir(path, mode=mode)
516
516
return len(self._iterate_over(relpaths, mkdir, pb, 'mkdir', expand=False))
518
def append(self, relpath, f, mode=None):
519
519
"""Append the text in the file-like or string object to
522
522
returns the length of f before the content was written to it.
524
526
raise NotImplementedError(self.append)