AddFile Method

Object: AXFFileDownload
Syntax: AXFFileDownload.AddFile File Path and Name as String, URL as String
Description: Adds a file to the download. Addfile takes to parameters:
  • File Path and Name as String
    Destination of the downloaded file on the local machine

  • URL as String
    Complete URL of the file to download
Example:
AXFFileDownload.AddFile "c:\file.txt", "http://localhost/samples/sample.txt"

Copyright © 2010 SoftArtisans, Inc. All rights reserved.