sick-appspace-samples / FileHandling

Introduction to file handling Topics: #getting-started #system #sample #sick-appspace

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FileHandling

Introduction to file handling

Description

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.

How to Run

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

Topics

getting-started, system, sample, sick-appspace

About

Introduction to file handling Topics: #getting-started #system #sample #sick-appspace

License:The Unlicense


Languages

Language:Lua 100.0%