setTimes

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

  1. void setTimes(in Path name, SysTime accessTime, SysTime modificationTime)
  2. void setTimes(in string name, SysTime accessTime, SysTime modificationTime)
    void
    setTimes
    (
    in string name
    ,
    SysTime accessTime
    ,
    )

Meta