Introduction to file handling
This script demonstrates how to create/open, read and write to a file. In the app a file is being created in the 'private' and 'public' file system. The new files will be filled with some text afterwards. The text is finaly being read from both files and checked with the content that was initially written to it. Also a file is read from the "resources" folder to demonstrate how to read existing files from a specific folder.
To demo this script it must be loaded to the emulator or any device. The result is shown in the console and in the files in the AppData directory of this sample
getting-started, system, sample, sick-appspace