i realize this is probabily an easy question but here goes:

how do i get the file path of a file?
i know the file i need (test.txt) is in a subdirectory under
c:\windows\temporary internet files\
i need to get the full path of the file, how do i make vb search for it?

Here's why:
my program has just opened microsoft internet explorer and internet explorer saved the file in the temporay internet files (like it always does when you look at a webpage).
the problem is there are hidden folders in the temporay internet files (you can't unhide them and they all have random names like h6xs4h8bm3) it is complicated, but i need to search search the temporarty internet files.
i need to copy the file from the temporary internet files into a different folder.
thanks in advance