Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The routine returns a boolean indicating if the call succeeded or not.

Example

Code Block
languagejs
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
}

...