mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 07:19:37 +02:00
More precise FileAge
git-svn-id: trunk@47203 -
This commit is contained in:
parent
46f527f593
commit
34d3429e43
@ -328,7 +328,7 @@ begin
|
||||
Result:=FindFirst(FileName,A,Info)=0;
|
||||
if Result then
|
||||
begin
|
||||
FileDateTime:=FileDatetoDateTime(Info.Time);
|
||||
FileDateTime:=Info.TimeStamp;
|
||||
FindClose(Info);
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user