DownloadFile

<< Click to Display Table of Contents >>

Navigation:  Functions >

DownloadFile

SIGNATURE=IWUtils.DownloadFile@string@string

 

ETYPE=Function

 

Declaration:

Delphi:

function DownloadFile(const Url: string; const aDestPathname: string): Boolean;

C++:

bool DownloadFile(const String Url, const String aDestPathname);

 

Unit: IWUtils.pas

 

Description: quick & dirty routines to download text files. IW only uses this while debugging under Delphi IDE

 

Parameters:

 

•Url: string

 

•aDestPathname: string

 

Result(Boolean):