In this project I test creating files and storing data in those files in a list. Each file, including its directory and contents, are stored in the same list item. The following files currently exist: root/hello_world.txt root/password.var root/system/version.var root/system/clock/clock_status.var To read a file, click read and type in one of the above files. eg: root/hello_world.txt output: Hello world To write to a file, click write and type in the file you wish to write to, then hit space and sourround what you wish to write in quotation marks. eg: root/hello_world.txt "Good bye world" Now when you read the file it outputs "Good bye world"