Reading and Writing to the Hard Drive

This sample shows how to read and write data to a local file using mFile.readString(), mFile.writeString(), and mFile.appendString().

You can download this sample, "Read and Write", from the mProjector Samples page -- http://www.screentime.com/software/mprojector/flas.html#readAndWrite.

There is a more sophisticated read-write sample that demonstrates how to save and read application settings. In this sample, the last saved settings are used to initialize the application when it is relaunched.

You can download this sample, "Settings", from the mProjector Samples page -- http://www.screentime.com/software/mprojector/flas.html#settings.