摘要: Delphi下检查文件是否存在,我们可以使用FileExists函数 其原形如下: Function FileExists(const FileName: string): Boolean; 示例: if Not FileExists('路径+文件名') then begin showmessage 阅读全文
posted @ 2018-01-29 16:05 快乐的正能量 阅读(387) 评论(0) 推荐(0)