I want to create a directory management system where the user can create, rename, delete directories and save files in directories. I use jquery jstree for this.
my jsTree is like:- *A(root node) *b *C *D
and I want to get the full path to the selected node when the button is clicked. if the user selects the folder *D , then the path should be "A/C/d" , if the user selects C, then the path should be "A/C" . any helpful tips would be appreciated
source share