Function timeLastModified

Just like std.file.timeLastModified, but takes a Path.

Prototypes

std.datetime.SysTime timeLastModified(
  const(Path) name
);

std.datetime.SysTime timeLastModified(
  const(Path) name,
  std.datetime.SysTime returnIfMissing
);

Authors

Nick Sabalausky

Copyright

Copyright (C) 2014-2015 Nick Sabalausky

License

zlib/libpng