show folders missing a specific file

General discussion related to "Everything".
Post Reply
laragoza
Posts: 1
Joined: Mon Nov 02, 2020 7:00 pm

show folders missing a specific file

Post by laragoza »

i input files into folders 2 deep and frequently have to run the search and then manually check off the folders that do not contain the file. is there a way to search for a term "filename" that is not contained (found) in the folders. therefore producing a list of folders that do not contain the search term. as everything has a specific database of folder this would produce the result i need.
NotNull
Posts: 5252
Joined: Wed May 24, 2017 9:22 pm

Re: show folders missing a specific file

Post by NotNull »

Yes, that is possible.

However, a couple of examples would help in providing you with a fitting solution.

Rough solution:

Code: Select all

folder:  "C:\this folder"   depth:2  !wfn:child:"file name.txt"
(Menu:Help > Search Syntax for details)
Post Reply