Create & return the directory joined with args.
(self, *args)
| 884 | f.close() |
| 885 | |
| 886 | def mkdir(self, *args): |
| 887 | class="st">""class="st">"Create & return the directory joined with args."class="st">"" |
| 888 | p = self.join(*args) |
| 889 | error.checked_call(os.mkdir, os.fspath(p)) |
| 890 | return p |
| 891 | |
| 892 | def write_binary(self, data, ensure=False): |
| 893 | class="st">"""Write binary data into path. If ensure is True create |
no test coverage detected