How to populate TreeView with a directory as a string. I use FolderBrowserDialog to select a folder and the SelectedPath property to get a string path (e.g. C: \ Users \ Admin).
Also, is it possible to view files like this?
c # winforms treeview
Mohit deshpande
source share