getTimes

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

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

Meta