Is there a way to find the number of files of a specific type without having to loop through all results inn a Directory.GetFiles() or similar method? I am looking for somet
Someone has to do the iterating part.
AFAIK, there is no such method present in .NET already, so I guess that someone has to be you.