setTimes

Like $(FULL_STD_FILE setTimes), but supports Path, command echoing and dryrun.

  1. alias setTimes = std.file.setTimes
  2. void setTimes(Path name, SysTime accessTime, SysTime modificationTime)
    void
    setTimes
    (,
    SysTime accessTime
    ,)
  3. void setTimes(string name, SysTime accessTime, SysTime modificationTime)

Meta