Function setTimes
Like std.file.setTimes
, but supports Path, command echoing and dryrun.
void setTimes
(
const(Path) name,
std .datetime .systime .SysTime accessTime,
std .datetime .systime .SysTime modificationTime
);
void setTimes
(
const(string) name,
std .datetime .systime .SysTime accessTime,
std .datetime .systime .SysTime modificationTime
);