Download File
From UBot Studio
(Difference between revisions)
(Created page with "This command will download a file from the url location you provide that has a file for downloading. Download File is a Browser Command. The browse butto...") |
|||
Line 1: | Line 1: | ||
− | This command will download a file from the url location you provide that has a file for | + | This command will download a file from the url location you provide that has a file for downloading. |
− | downloading. Download File is a [[Browser Commands|Browser Command]]. | + | |
+ | Download File is a [[Browser Commands|Browser Command]]. | ||
+ | |||
+ | '''Download URL:''' Where the url for the file being downloaded should go. | ||
+ | |||
+ | '''Save As:''' Determines where the downloaded file will be downloaded to in your system folders. | ||
+ | |||
The browse button on the command is used to browse for the area you would like to download the file to and name your file. | The browse button on the command is used to browse for the area you would like to download the file to and name your file. | ||
Revision as of 17:17, 23 April 2013
This command will download a file from the url location you provide that has a file for downloading.
Download File is a Browser Command.
Download URL: Where the url for the file being downloaded should go.
Save As: Determines where the downloaded file will be downloaded to in your system folders.
The browse button on the command is used to browse for the area you would like to download the file to and name your file.
Example
download file("http://ubotstudio.com/files/text%20files.txt", "C:\\Users\\UBook\\Documents\\bluedays.txt")
Running the command will download the file at the url to the specified location in your folder. The browse button on the command is used to browse for the area you would like to download the file to and name your file.