Small Basic: Reference Documentation > Network
 

 

Network

This helper class provides network access methods.

Operations

  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.

  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