file.downloadDownloads a file from the specified address.
Signature: file.download(url string) string
Arguments:
url — link to the file on the Internet.Return value:
The ID of the file downloaded to the TWIN system.
Example of use:
$fileId = file.download(“http://some.file.url”) // $fileId will contain the file ID