c# - How to loop through all the files in a directory in c # .net? - Stack Overflow
I want to get the files in folder and also in its subfolders.The following code does not get the files in its subfolder: string[] files = Directory.GetFiles(txtFolderPath.Text ......