随笔分类 -  Delphi. Indy 邮件收发

学习Indy中邮件的收发程序片段
如何取得文件的创建时间?
摘要:uses SysUtilsfunction GetFileDateTime(FileName: string): TDateTime;var intFileAge: LongInt;begin intFileAge := FileAge(FileName); if intFileAge = -1 ... 阅读全文

posted @ 2014-08-13 15:50 蓝田老吴 阅读(212) 评论(0) 推荐(0)

导航