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
Restrictions
See also
Examples
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |