Function timeLastModified
Like std.file.timeLastModified
, but supports Path and command echoing.
std .datetime .systime .SysTime timeLastModified
(
const(Path) name
);
std .datetime .systime .SysTime timeLastModified
(
const(string) name
);
std .datetime .systime .SysTime timeLastModified
(
const(Path) name,
std .datetime .systime .SysTime returnIfMissing
);
std .datetime .systime .SysTime timeLastModified
(
const(string) name,
std .datetime .systime .SysTime returnIfMissing
);