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

Declaration
property TimeCreated: TDateTime;  

Description
The TimeCreated property determines and changes the creation date of the file specified in the FileName property.  
 
If you change the property value, file creation time will be changed as well.  

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

See also
TimeLastModified and TimeLastAccessed properties.  
File not found.