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

Declaration
property TimeLastModified: TDateTime;  

Description
The TimeLastModified property determines and changes the time of last modification for file specified in the FileName property.  
 
If you change the property value, the file modification time 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 TimeLastAccessed properties.  
File not found.