Function getTimesWin
Windows-only. Like std.file.getTimesWin
, but supports Path and command echoing.
Prototypes
void getTimesWin(
const(Path) name,
out std .datetime .SysTime fileCreationTime,
out std .datetime .SysTime fileAccessTime,
out std .datetime .SysTime fileModificationTime
);
void getTimesWin(
const(string) name,
out std .datetime .SysTime fileCreationTime,
out std .datetime .SysTime fileAccessTime,
out std .datetime .SysTime fileModificationTime
);
Authors
Nick Sabalausky
Copyright
Copyright (C) 2014-2017 Nick Sabalausky
License
zlib/libpng