Hi, I want to write a function that finds a file on someones computer. The
problem is I will only know the latter half of the file and the extension. I
would like to be able to find a file with wildcards i.e. *chris.txt. Once
found I would like to store t
he file name and file path in variables. I this
possible in VB or will I have to use Visual C++.
Thanks in advance Chris.