- :nothing
download
download file from url to disk
Parameters
download url :string
Attributes
as | :string | set target file |
Returns
Examples
copydownload "https://github.com/arturo-lang/arturo/raw/master/logo.png" ; (downloads file as "logo.png")
copydownload.as:"arturoLogo.png" "https://github.com/arturo-lang/arturo/raw/master/logo.png" ; (downloads file with a different name)