I am trying to create a folder file path just like window folder file path bar with JavaScript and implement the concept in my webpage something like this.
/Root/desktop/users/bin
so when i click on root folder the folders available in the root should be available on the list and when i click the desktop folder the name should appear like this /Root/desktop and so on and when i click on root with current path the folder bar should change to /Root and the content of Root folder should appear
How can i do this with JavaScript?