Possible Duplicate:
Get a list of all files inside of a directory in vb.net
I need to search many file in a network drive. It is very slow to use the search function one by one in Window explorer under XP. My plan is to create a VB program to generate a whole list of available files in string format first, then use string search function in the list. My question is how to create a directory list using VB?
Thanks