Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DirectoryInfo.GetFiles(array of patterns)??

Status
Not open for further replies.

TallOne

Programmer
May 14, 2004
164
US
How can I pass an array of search Patterns to the GetFiles method? For example, dirInfo.GetFiles("1-*.*;2-*.*;3-*.*;4-*.*;TallOne.txt").
 
Thanks, I was able to write a class to do what I needed.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top