Child pages
  • Functions Supported for Files
Skip to end of metadata
Go to start of metadata
  • writeFile (QString url, QString " ") - writes the specified text data to the file with 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.

  • No labels