ok, well what im trying to do is write a program that checks in every folder one the hard drive for file names that are contained in a text file. i can probably manage to figure out how to load the file names into an array "name(999999)" but what i want to do is make a loop that checks through each file in every folder on the hard drive to see if the name matches any in the array without being case sensitive. can someone show me how to do this? i would really appreciate it.


also, if you have some extra time, could you show me an easy way to load the names from the text file which will be in the file like

file1name
file2name
file3name

and so on, and make each different name go into the array like, the first filename would be contained in name(1) and the second in name(2) etc. Thanks!