530
530
return len(self._iterate_over(relpaths, mkdir, pb, 'mkdir', expand=False))
532
532
def append(self, relpath, f, mode=None):
538
537
If the file does not exist, it is created with the supplied mode.
540
539
raise NotImplementedError(self.append)
541
def append_bytes(self, relpath, bytes, mode=None):
542
552
def append_multi(self, files, pb=None):
543
553
"""Append the text in each file-like or string object to