timeLastAccessed

This function is POSIX-Only.

Returns the time that the given file was last accessed.

version(StdDdoc)
pure nothrow
timeLastAccessed
()
(
auto ref stat_t statbuf
)

Parameters

statbuf stat_t

stat_t retrieved from file.

Meta