I'm slowly making an OS as practice for OS Wars XI (see @Wars-X for more information). This is a file system to contain the files for it. My OS (QuantumOS) will contain .q and .qs files (.q is machine-readable, .qs is human-readable). The .q files can be run. This will be the framework of the OS. The rest of the OS is going to be the .q files. This will handle the intro, desktop, apps, and more. Features: - All of the files are in one variable - Adding files/directories - Searching for files/directories - Reading files - (NEW) Deleting files/directories - (NEW) Reading directories