downloadFile

Downloads a remote file and places in the file system.

static if(isWeb)
void
downloadFile
(
string url
,)

Parameters

url string

The url of the file to download.

destination string

The destination path of the file in the file system.

Meta