An unfinished file manager prototype that I made for an OS! It isn't gonna end up being in it tho due to reasons like complexity, so I decided to release it instead! Feel free to use it but please give credit to me of you use it in a project Press 1 to enable debug mode Press 2 to disable debug mode directory 0 is root directory yeah the UI was just put together to show what this system can do, I am 100% sure a better UI can be made that looks much better
ADVANTAGES: 1)It can do basic file manager stuff like delete, create, rename and move(Not added in UI, you have to see inside and manually do it) files 2)It actually can store file data, rather than just a symbolic file name DISADVANTAGES: 1)I didnt really make a good UI as you cant read file data(I was too lazy to code it in) 2)You cannot move directories(yet) 3)File types are not really supported(yet) 4)Files cant have the same name, even if their locations are in different folders(I have thought of a way to avoid this, but I don't really want to do it right now) 5)Naming a folder '0' will make it basically inaccessible, though you CAN delete it 6) DO NOT RENAME DIRECTORY 0