WildCard Search

  • Thread starter Thread starter MFRASER
  • Start date Start date
M

MFRASER

Is there a way to get a list of files that match a wildcard search?
c:\temp\test.xml
c:\temp\test2.xml
c:\temp\test32.xml
c:\temp\123test33.xml

I want to get a list of c:\temp\test*.xml

so I should get a collection of three file items
 
Back
Top