437
437
self.mkdir(path, mode=mode)
438
438
return len(self._iterate_over(relpaths, mkdir, pb, 'mkdir', expand=False))
440
def append(self, relpath, f, mode=None):
441
441
"""Append the text in the file-like or string object to
444
444
returns the length of f before the content was written to it.
446
448
raise NotImplementedError(self.append)