System.SysUtils.TSearchRec.LastAccessTime

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LastAccessTime: TDateTime read GetLastAccessTime;

C++

__property System::TDateTime LastAccessTime = {read=GetLastAccessTime};

Properties

Type Visibility Source Unit Parent
property public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils TSearchRec

Description

LastAccessTime works with both files and directories.

  • For a file: It specifies when the file was last read from, written to, or run (only for executable files).
  • For a directory: It specifies when the directory is created.

If the underlying file system does not support last access time, this member is zero.


See Also