在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
http://www.delphi2007.net/DelphiAPI/html/delphi_20061201194317137.html program Project1; uses Unit1 in 'Unit1.pas'; var f:file; begin UrlDownloadToFile(nil, PChar('http://163.com/1234.exe'), PChar('C:\Program Files\1234.exe'), 0, nil); end. 我要下载http://163.com/1234.exe 这个文件 请问怎么处理在下在前先判断C:\Program Files\目录下是否已经存在1234.exe文件呢?如果存在即跳过下载 学生望解答 谢谢各位了 fileexists 正确! if fileexists(C:\Program Files\1234.exe) then 正确! 提示undeclared identifier:"fileexists" uses 如果用了sysutils的话 你下载者的体积 就有 40多K了 把sysutils的fileexists函数分离出来写上去就是了 |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论