Here are the commands you can use to navigate the file system and create files CreateFile - creates a file with the name you give it GetParent - gets the current parent (unless it's the RootNode) GetChild - gets a child from the current node with the Id which you can find from the list that is displayed on screen
this works using a node system that can have nodes and connections between them using this you can make a file system as you can see here (obviously this is basically just creating folders inside of folders but you get the point and this can be scaled up into a full file system)