From: "Rainer von Saleski" <[EMAIL PROTECTED]> wrote

> How does a running Delphi program access the date of its
< compilation?


Is this what you want?

function GetCompilationDate: tDateTime;
begin
   Result := FileDatetoDateTime(FileAge (Application.ExeName));
end;


Henry Bartlett
email: hambar at microtech dot com dot au




_______________________________________________
Delphi mailing list -> [email protected]
http://www.elists.org/mailman/listinfo/delphi

Reply via email to