<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > INet > INET_URLDownLoad |
Description
Download a web page and store its content in a file.
Syntax
n = INET_UrlDownload(Url, LocalFileName)
Returns
Number.
Parameters
Name |
Type |
Optional |
Meaning |
Url |
String |
No |
Complete Url string defining the name of the requested page |
LocalFileName |
String |
No |
Name of the local file where to store downloaded page |
Remarks
Function will remove the file associated with the Url from the cache, if the file exists.
Restrictions
See also
Examples