fileinfo TimeLastAccessed property
Return to Introduction  Previous page  Next page
Applies to
dcFileInfo component.  

Declaration
property TimeLastAccessed: TDateTime;  

Description
The TimeLastAccessed property determines and changes the date when the file was last used (accessed).  
 
If you change the property value, the time when file was last accessed will be changed accordingly.  

Note
iiwarning File time will be changed only if write access to file is allowed (file not locked by another applications).  

See also
TimeCreated and TimeLastModified properties.  
File not found.