Nested .FileSearch

T

TimD

I want to search for files in a directory tree and search in a different tree
for the found files to see if I have duplicate files.

My attempts to nest the search wipes out the first search, I had to use
..NewSearch, even with different handles.

I could store the first list, but that seems like a waste.
 
Top