timeLastModified - multiple declarations
- Function timeLastModified
- Alias timeLastModified
Function timeLastModified
Like std.file.timeLastModified
, but supports Path and command echoing.
Prototypes
std.datetime. SysTime timeLastModified( const(Path) name ); std. datetime. SysTime timeLastModified( const(Path) name, std. datetime. SysTime returnIfMissing );
Alias timeLastModified
Alias of same-named function from std.file
Declaration
alias timeLastModified;
Authors
Nick Sabalausky
Copyright
Copyright (C) 2014-2015 Nick Sabalausky
License
zlib/libpng