DirEntry.timeLastAccessed

Returns the time that the file represented by this DirEntry was last accessed.

Note that many file systems do not update the access time for files (generally for performance reasons), so there's a good chance that timeLastAccessed will return the same value as timeLastModified.

struct DirEntry
@safe @property scope
timeLastAccessed
()

Meta