Hi,
I am trying to create a new folder inside a parent folder, but problem is this need to happen explisity inside any folder. I am not able to get the relative path of parent folder to link the child folder to parent folder. Please suggest how to do this using DFS
EXample: /cabinet/folder1/folder2/folder3 -> I want to create folder inside folder2
/cabinet/folder2/folder1/folder2 -> I want to create folder inside folder 1.
I dont want to hardcode the folderpath.
Thanks,
Vishal