mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-20 09:59:09 +02:00
parent
11a28c808b
commit
ddad43e884
@ -88,7 +88,7 @@ end;
|
||||
function GetFileDescription(const AFilename: string): string;
|
||||
begin
|
||||
// date + time
|
||||
Result:=rsModified;
|
||||
Result:=lrsModified;
|
||||
try
|
||||
Result:=Result+FormatDateTime('DD/MM/YYYY hh:mm',
|
||||
FileDateToDateTime(FileAgeUTF8(AFilename)));
|
||||
|
Loading…
Reference in New Issue
Block a user