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