I am working on a search and replace console app to help out some people in my department. I am trying to have them input a file path and also the type of file they would like to search for. if they want to find txt files then it will find all txt files in a directory...stick these into an array and then process the files as needed. I am able to do the search and replace part.
I am new to C# and have a solution working in Python, but they want it more portable.