delphi 获取文件的最新修改时间


本文整理自网络,侵删。

 delphi 获取文件的最新修改时间

var
DateTime: TDateTime;
begin
FileAge('C:\Windows\Notepad.exe', DateTime);
ShowMessage(DateTimeToStr(DateTime));
end;

相关阅读 >>

Delphi 10.3 断点全部失效

Delphi 获取网站验证码的图片

delph hash类

Delphi 获取cpu monitor使用率

Delphi 常用api 函数

Delphi tfont类型和json互相转换的函数

Delphi webbrowser 实用代码收集

Delphi tcolortohex 与 hextotcolor

Delphi sendemail 邮件发送单元

Delphi regularexpressions 正则表达式如何忽略大小写

更多相关阅读请进入《Delphi》频道 >>



打赏

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,您说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

分享从这里开始,精彩与您同在

评论

管理员已关闭评论功能...