Return last modification time of the path.
(self)
| 828 | return self.stat().size |
| 829 | |
| 830 | def mtime(self) -> float: |
| 831 | class="st">""class="st">"Return last modification time of the path."class="st">"" |
| 832 | return self.stat().mtime |
| 833 | |
| 834 | def copy(self, target, mode=False, stat=False): |
| 835 | class="st">"""Copy path to target. |