timeLastModified

This function is POSIX-Only.

Returns the time that the given file was last modified.

  1. SysTime timeLastModified(R name)
  2. SysTime timeLastModified(R name)
  3. SysTime timeLastModified(R name, SysTime returnIfMissing)
  4. SysTime timeLastModified(stat_t statbuf)
    version(StdDdoc)
    pure nothrow
    timeLastModified
    ()
    (
    auto ref stat_t statbuf
    )

Parameters

statbuf stat_t

stat_t retrieved from file.

Meta