lothos12345
Well-known member
I have a vb.net application with an openfiledialog control on the form with a filter for .mdbs. The user selects the database and the filename property of the dialog box puts the path in a textbox on the form. What I also need the program to do is perform a recursive search for tifs starting in the directory where the database is located in and search all the directories that might be below the directory of the database. Any programming examples of how to accomplish this task is greatly appreciated.