getTimesWin

Windows-only. Like $(FULL_STD_FILE getTimesWin), but supports Path and command echoing.

  1. alias getTimesWin = std.file.getTimesWin
  2. alias getTimesWin = std.file.getTimesWin
  3. void getTimesWin(Path name, SysTime fileCreationTime, SysTime fileAccessTime, SysTime fileModificationTime)
    version(ddoc_scriptlike_d)
    void
    getTimesWin
    (,
    out SysTime fileCreationTime
    ,
    out SysTime fileAccessTime
    ,)
  4. void getTimesWin(Path name, SysTime fileCreationTime, SysTime fileAccessTime, SysTime fileModificationTime)

Meta