本文整理自网络,侵删。
delphi 获取文件的最新修改时间
var
DateTime: TDateTime;
begin
FileAge('C:\Windows\Notepad.exe', DateTime);
ShowMessage(DateTimeToStr(DateTime));
end;
相关阅读 >>
Delphi 几个dataset数据导出到xml word excel txt html的函数
Delphi thttpclient 时获取跳转后的 url
更多相关阅读请进入《Delphi》频道 >>