I am not the original author of this software project and the code is poorly documented. I am mainly a Java/C++ developer.
The program displays the tree structure and allows files and folder to be selected. The program is getting errors with FileSystemTreeView when trying to return nodes on a system with a reserved partition.
Here is what is happening:
tree.SelectedNode = tree.Nodes(0) 'returns error with system reserved partition.
calling, GetDriveList() will properly return all the drive letters - and not throw an error.
Only when trying to get a tree.Node() or tree.load() is the error occurring.
Is anyone aware of this issue? Is there a solution? Is there a better/different way of returning and displaying the directory structure?