Skip to end of banner
Go to start of banner

saveURLToFile

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Description

Saves the content of some URL (HTTP GET) to the specified file.

Parameters

Return Type

Boolean

The routine 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

Filter by label

There are no items with the selected labels at this time.

  • No labels