Functions Supported for Files

  • writeFile (QString url, QString " “) - writes the specified text data to the file with the specified URL.
  • appendFile (QString url, QString " “) - appends the specified text data to the end of the file with the specified URL.
  • readFile (QString url) - reads the file with the specified URL.