I want to find all excel files within a directory structure using recursion. The problem is, the search pattern used in Directory.GetFiles only allows a single extension at a t
In .NET 4 there is an extra overload that allows the inclusion of subfolders
EDIT oops I did not read the question very well...
Have a look here