How to collect all files in a Folder and its Subfolders that match a string

Posted by Josh on Stack Overflow See other posts from Stack Overflow or by Josh
Published on 2010-04-23T15:59:37Z Indexed on 2010/04/23 16:03 UTC
Read the original article Hit count: 263

Filed under:
|

Hello All-

In C# how can I search through a Folder and its Subfolders to find files that match a string value. My string value could be "ABC123" and a matching file might be ABC123_200522.tif. Can an Array collect these? Thanks in advance.

-Josh

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET