File Tools
File Tools
Section titled “File Tools”This tools provides a way of downloading, extracting and verifying files.
Functions
Section titled “Functions”download (url, location, fileName)
Section titled “download (url, location, fileName)”This function downloads the declared file.
It takes the following parameters:
url
: URL of the object you want to downloadlocation
: Download destination without the file namefileName
: File Name
It will return true
/ false
dependent on whether the file downloads successfully.
validate (fileObject)
Section titled “validate (fileObject)”This function takes a file object in the following format.
It will resolve true
if successful, and it will return the fileObject
if it fails.