本文整理自网络,侵删。
delphi 获取文件的最新修改时间
var
DateTime: TDateTime;
begin
FileAge('C:\Windows\Notepad.exe', DateTime);
ShowMessage(DateTimeToStr(DateTime));
end;
相关阅读 >>
Delphi tcolortohex 与 hextotcolor
Delphi regularexpressions 正则表达式如何忽略大小写
更多相关阅读请进入《Delphi》频道 >>