FileAge
From SCAR Divi Manual
function FileAge(const Path: string): TDateTime;
SCAR Divi 3.31 > Current
Returns the date and time of the last modification of a file specified by Path in a TDateTime format.
begin WriteLn(DateToStr(FileAge(AppPath + 'scar.exe'))); end.