Sub AddToDownloadManager($url As String, $allowDuplicates As Boolean)


Adds the internet address $url to the Download Manager.


Parameters


  • $url ... Address of the file to download.
  • $allowDuplicates ... Boolean value:
  • TRUE = If the download address ($url) already exists in the Download Manager, the download is inserted again and saved using a new unique file name.
  • FALSE = If the download address ($url) already exists in the Download Manager, the download is not added.


Example:

AddToDownloadManager("https://www.domain.com/download/setup.exe", True)