Downloads a file from a specified address and
then saves it locally.
Function |
Group |
Execution |
Windows |
Embedded |
Thin Client |
WebGetFile
|
File |
Synchronous |
Supported |
Supported |
Supported |
Syntax
WebGetFile(strURL,strLocalPath)
- strURL
- The URL (i.e., the Web address) of the file you want
to download.
- strLocalPath
- The complete local file path where you want to save
the file.
Returned value
−1 |
Timeout |
0 |
File not
found |
1 |
File
saved successfully |
Examples
Tag Name |
Expression |
Tag |
WebGetFile(
"http://www.the-internet.com/myfile.txt", "C:\myfile.txt" )
|
Tag |
WebGetFile( myURL, myFilePath )
|