csharp loop through files in folder

Code Example - csharp loop through files in folder

                
                        string[] files = Directory.GetFiles(txtFolderPath.Text, "*ProfileHandler.cs");