pkgsnap (version 1.0.0)

try_download: Try to download a file

Description

Try to download a file

Usage

try_download(url, dest_file)

Arguments

url

Download URL.

dest_file

Where to put the downloaded file.

Value

TRUE if the download was successful, FALSE otherwise.