- 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.