First of all, I would like to ask if there is a possibility to get a more specific explanation as I am not a programmer. Or maybe a software can be recommended (I've downloaded for example https://www.voidtools.com - "Everything Search Engine")
I wanted to know how to search only for folders, and only for folders, only for first Level folders in a certain Parent Folder, on a certain HDD (external). For convenience, I called that C: in this example.
For example:
The Parents Folder:
C:\ParentsFolder\
First Level Folders:
C:\ParentsFolder\A
C:\ParentsFolder\B
C:\ParentsFolder\C
Second Level Folders and the files in it:
C:\ParentsFolder\A\A\A.jpg
C:\ParentsFolder\A\B\B.jpg
C:\ParentsFolder\A\C\C.jpg
C:\ParentsFolder\B\A\A.jpg
C:\ParentsFolder\B\B\B.jpg
C:\ParentsFolder\B\C\C.jpg
C:\ParentsFolder\C\A\A.jpg
C:\ParentsFolder\C\B\B.jpg
C:\ParentsFolder\C\C\C.jpg
I want to search only what is inside C:\ParentsFolder without seeing what is inside the subfolders.
And If I search for "A" OR "B" OR "C", then I get:
C:\ParentsFolder\A\
C:\ParentsFolder\A\
C:\ParentsFolder\A\
C:\ParentsFolder\B\
C:\ParentsFolder\B\
C:\ParentsFolder\B\
C:\ParentsFolder\C\
C:\ParentsFolder\C\
C:\ParentsFolder\C\
I don't want it to show the sub folders and the files.
What I want to see in the results will actually be the folders themselves:
A
A
A
B
B
B
C
C
C
