File Hierarchy system with a web application logic question: List searching
- by molleman
I need to search through a list of folders that could have more folders inside it,
and add a new folder depending what folder is its parent.(the path is stored as a String for eg = "root/MyCom/home/") Then i fill in a field with a new folder name and add it to the final folder(eg "home/").
Below as you can see , I can navigate to the right…