Tagged Questions
1
vote
3answers
788 views
Find matched directories using a list of regular expressions
I have an IEnumerable<DirectoryInfo> that I want to filter down using an array of regular expressions to find the potential matches. I've been trying to join my directory and regex strings ...