Last Updated: February 25, 2016
·
6.641K
· codehill

List Drives and Folders in a TreeView Using C#

http://codehill.com/2013/06/list-drives-and-folders-in-a-treeview-using-c/

The .NET Framework makes it easy to read drive and folder details but it does not include a Windows Forms control to automatically list them other than the FolderBrowserDialog control. Here is a fast and simple way to use a TreeView control to list the drives and folders in a system.