Share via


Small Basic Reference Documentation: Network Object

Small Basic: Reference Documentation > Network
 

 

http://smallbasic.com/img/object_32.png

Network

This helper class provides network access methods.

Operations

http://smallbasic.com/img/method_16.png DownloadFile

Network.DownloadFile(url)

Downloads a file from the network to a local temporary file.

url

The url of the file on the network.

Returns

A local file name that the remote file was downloaded as.

http://smallbasic.com/img/method_16.png GetWebPageContents

Network.GetWebPageContents(url)

Gets the contents of a specified web page.

url

The url of the web page

Returns

The contents of the specified web page.

See Also