i have a large dataset spreaded in 1k+ folders with a variety of filetypes, .docx .xlsx .pdf and more
now i want to search for .docx and .nth files if they both exist in the same folder
and the results will be the .docx and .nth files itslef not the folders list.
so for example i wanna search
d:\data\
invo
.docx .nth
also if the two desired phrases in the filenames not an extension.
i wanna find both "dd01" and "gg03" if they adjacent together in the same folder
how can i do this kind of search ??
i hope i did explain it well ..
thank you.