/
saveURLToFile
saveURLToFile
Description
Saves the content of some URL (HTTP GET) to the specified file.
Parameters
Return Type
Boolean
The function returns a boolean indicating if the call succeeded or not.
Example
string testfile="c:/tests/mytempfile.html"; //assuming that folder 'tests' has been already created in c:\ path
if(saveURLToFile("https://kepler-rominfo.com/pages/solutions/jira-plugins", testfile)) {
//do something with that html
}
See also
Peacock
, multiple selections available,
Related content
saveURLToFile
saveURLToFile
More like this
saveURLToFile
saveURLToFile
More like this
attachFileFromURL
attachFileFromURL
More like this
saveAllAttachmentsFromEmail
saveAllAttachmentsFromEmail
More like this
createFile
createFile
More like this
createFile
createFile
More like this
Need support? Create a request with our support team.
Copyright © 2005 - 2025 Appfire | All rights reserved.