I am trying to implement Reading and writing files in QML and came across the linked article from Nokia but have not been able to successfully use the seemingly obvious code
With the V-Play SDK, you can use the FileUtils class from QML, to access the file system on any platform.
This would look like this:
var success = fileUtils.writeFile("TextFiles/myFile.txt", "test text")