I am using the command:
selecteddirectory = treeViewDirectory.SelectedNode.Text;
However this always gives the name of the parent node and not the child node selected. How to go about doing this?
I am using the command:
selecteddirectory = treeViewDirectory.SelectedNode.Text;
However this always gives the name of the parent node and not the child node selected. How to go about doing this?