Ensure the path joined with args is a directory.
(self, *args)
| 448 | return class="st">"" |
| 449 | |
| 450 | def ensure_dir(self, *args): |
| 451 | class="st">""class="st">"Ensure the path joined with args is a directory."class="st">"" |
| 452 | return self.ensure(*args, dir=True) |
| 453 | |
| 454 | def bestrelpath(self, dest): |
| 455 | class="st">"""Return a string which is a relative path from self |