Searching the folders in which an extension is missing

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
Wazaz
Posts: 3
Joined: Thu Mar 04, 2021 9:16 am

Searching the folders in which an extension is missing

Post by Wazaz »

Hi !

I just downloaded Everything, and Im having trouble with it..

I would like to search every folders in a specific folder in which a certain type of file is missing

I tried something like this but it didn't worked

parent:D:\osu!\Songs !.osu

I want to find in my Songs folder every folders that don't have a .osu file in it

Any Idea ?

Thanks,
void
Developer
Posts: 15251
Joined: Fri Oct 16, 2009 11:31 pm

Re: Searching the folders in which an extension is missing

Post by void »

Please try the following search:

"d:\my songs folder\" !child:.osu folder:

where d:\my songs folder is your songs folder
! = NOT
child:<search> = match folders that contain a file with <search> in the filename.
folder: = limit results to folders only.

If you are not interested in subfolders, please try the following search:
parent:"d:\my songs folder" !child:.osu folder:


child:
Wazaz
Posts: 3
Joined: Thu Mar 04, 2021 9:16 am

Re: Searching the folders in which an extension is missing

Post by Wazaz »

Thanks a lot man I think it worked !
Post Reply