next up previous contents
Next: getHttpFileSize Up: Methods Previous: getIPConfig   Contents

getUrl

Description

Retrieves Internet resources such as HTML documents, FTP files that specified by the url.


Syntax

inet.getUrl(url, localname)


Parameters

url
URL(Uniform Resource Locator) , a standardized string used to specify a resource on the Intenet, such as an HTML document.
localname
Specifies full path and name of the local file the Internet resource saves to.


Returns

Boolean. Returns true for success, false for failure.


Example

inet.getUrl("http://www.swfkit.com", "d:\\1.html")




Copyright ©2000-2010 Shanghai TopCMM Software Technologies. All Rights Reserved.