Function getTimes
Like std.file.getTimes
, but supports Path and command echoing.
void getTimes
(
const(Path) name,
out std .datetime .systime .SysTime accessTime,
out std .datetime .systime .SysTime modificationTime
);
void getTimes
(
const(string) name,
out std .datetime .systime .SysTime accessTime,
out std .datetime .systime .SysTime modificationTime
);