I would like to use the Directory.GetDirectories method to get all directories with some exclusions. In particular I need to exclude directories that have a hyphen in them. I already found out regular expressions to not work as search patterns. What search pattern would I use?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Maybe a linq query would be sufficient?
EDIT(More explanation) The solution above is called "LINQ to Objects". It is a way of querying collections that implement |
|||||||||
|
|
|||
|
|
|
Not LINQ way:
|
|||
|
|
