Child pages
  • Functions Supported for Files

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  • 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.