Moo_DownloadFile ( sFile );
This functions lets you download a file from the internet to the temporary folder and returns the path to the local file.Parameters
| Name | Type | Required | Default | Description |
| sFile | String | Yes | The input file to be downloaded. |
Return Value
Returns either the path to the downloaded text file, or an error code.
Notes
Can optionally be used with the Moo_ProgressOptions function.
Errors
| Error Code | Description |
| Moo_DownloadFile|Err_1 | Invalid number of arguments. |
| Moo_DownloadFile|Err_2 | Invalid input URL. |
| Moo_DownloadFile|Err_3 | File download failed. |
Related Functions
