2009年8月8日土曜日

DownloadFile

begin AION RMT
try RMT AION
Result := UrlDownloadToFile(nil, PChar(source), PChar(Dest), 0, nil) = 0; FF11 RMT
except
Result := False;
end;
end;

if DownloadFile('http://www.borland.com/delphi6.zip, 'c:\kylix.zip') then
ShowMessage('Download succesful')
else ShowMessage('Download unsuccesful')

0 件のコメント:

コメントを投稿