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


本文整理自网络,侵删。

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

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

相关阅读 >>

Delphi 官方 processmessages 用法代码例子

Delphi xe 中使用正则表达式

Delphi tms web core twebhttprequest使用

Delphi idftp 详解

Delphi showmodal与show的区别

Delphi tfilestream 的读写 合并文件

Delphi 文件夹操作

Delphi 两字符串之间添加分隔符

Delphi idftp发送本机ip和外网ip

Delphi中读写txt文件的一段代码

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



打赏

取消

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

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

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

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

评论

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