How can I show files and their path in DataGridView without using web page?
I want to display all sub folders of file I’ve selected with FolderBrowserDialog in one column and their path in second column. I tried to found out how it’s possible, but I’ve found only examples in VB.net and they were using web pages for it. I want to use WinForm for display the data.
Thanks for responses.
To get list of files and folders use the methods of
System.IO.DirectoryInfoorSystem.IO.Directoryclass.