Hi,
At the moment i'm trying to locate xml files to use their content. I would like to be able find all files that have a particular pattern in their name (for example student_James.xml; student_Chris.xml so "student" would be the pattern). I want to be able to do this using a drive that is selected from a comboBox (i've figured out how to get a list of all possivle drives).
As only the drive and name pattern is known (not the full directort), i want to be able to locate the files using only the drive and the name pattern.
Any help would be greatly appreciated
Thanks
Chris