Download File
From UBot Studio
(Difference between revisions)
Line 7: | Line 7: | ||
'''Save As:''' Determines where the downloaded file will be downloaded to in your system folders. | '''Save As:''' Determines where the downloaded file will be downloaded to in your system folders. | ||
− | The | + | The file is given a name and a location is selected through the save as dialog that appears after clicking the browse button. |
+ | |||
== Example == | == Example == | ||
Line 17: | Line 18: | ||
Running the command will download the file at the url to the specified location in your folder. | Running the command will download the file at the url to the specified location in your folder. | ||
− | |||
[[File:downloadfile.png]] | [[File:downloadfile.png]] |
Revision as of 17:19, 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 file is given a name and a location is selected through the save as dialog that appears after clicking the browse button.
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.