getTimes

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

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

Meta