What is this? This thingy is my virtual file system. It aims to simulate files and folders with the end-goal of being a vital component of a scratch OS that I am currently working on. How do I use this? Select the operation that you want to perform. Then, press "input". Depending on the command, you may be prompted to type more data for the command. Details about these commands and examples can be found below. Why would I ever want to use this? i dunno. Commands: Write [Directory] [File/folder name] [data] - Read [File Location] - Delete [File Location] - Delete All - List Dir [Directory] -
Command examples: List Dir [] Write [] [home] [] Write [home/] [test.txt] [Hello world!] List Dir [home] Read [home/test.txt] Delete [home] Delete [home/test.txt] Todo: Create rewrite function