Everything's inside, its basically all a bunch of custom blocks. TODO: Make it so the user can't do things like make multiple of the same folder/file and other things like that Here's the information for the blocks you will most likely use: ------------------------------------------------------------------------------------------------------- These do not refresh the display. Use the "ls" block to refresh. cd [name]- Goes into specified folder/file. Does nothing if folder/file does not exist. "cd [.]" will go back to the previous folder, and "cd [..]" goes all the way back to the C:/ folder. crFld [name]- Creates a folder of specified name in the current folder. Does not go into newly-created folder. crFile [name][content][tag]- Creates a file of specified name containing specified text, and ends with ".[tag]" rm [name]- Deletes specified folder/file and all contents, does nothing if folder/file does not exist.