download


Description:

public static bool download (string url, Path dest)

Downloads a file from a URL and saves it to disk.

Parameters:

url

source URL.

dest

destination file path.

Returns:

true on success.