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文件呢?如果存在即跳过下载  学生望解答 谢谢各位了