Path.utime
Update file timestamps (like POSIX utime), following symlinks.
Platform semantics:
- POSIX: Equivalent to
utime(2)on the target path (follows symlinks). - Windows: Implemented via
std.file.setTimes.
Parameters
atime | Access time to set. |
mtime | Modification time to set. |