I have thousands of project folders and inside each folder I have another folder named test. There is only one pdf file in this folder. When I select the top folder, I want to get the pdfs in these folders and copy them to another location. How can I select these pdfs?
There are other pdfs under the Project Folders, I only want the pdfs in the test folder.
My folder names are increasing one by one(Project1,Project2,3,4,5,6,7.....)
My Project
↳-Project1
↳Test
↳Project1.pdf
↳-Project2
↳Test
↳Project2.pdf
↳-Project3
↳Test
↳Project2.pdf
I want to something just like this
The image belongs to me. Currently it only lists all pdfs in selected folders. I couldn't filter pdf files. I am using FolderBrowserDialog for select the folder