How to show parent folder when subfolder reads xyz?

Discussion related to "Everything" 1.5 Alpha.
Post Reply
eswul62
Posts: 118
Joined: Wed Jul 31, 2013 6:07 am

How to show parent folder when subfolder reads xyz?

Post by eswul62 »

I want to rename all parent folders where ...:
sub folders reads \Audio
and
parent folder is missing the word REC

FIND this folder
parent: Some music
sub folder: Audio

add word REC to parent folder

however, SKIP this (REC is already there)

parent: Some music REC
sub folder: Audio

Any suggestions?

Thanks!
NotNull
Posts: 5416
Joined: Wed May 24, 2017 9:22 pm

Re: How to show parent folder when subfolder reads xyz?

Post by NotNull »

Does the following list all expected music folders with a \audio\ subfolder, minus musicfolders with 'rec' in their name?
If not, please provide more (detailed) examples of what you are looking for.

Code: Select all

folder:   !" rec"   exact:child-folder:audio 
eswul62
Posts: 118
Joined: Wed Jul 31, 2013 6:07 am

Re: How to show parent folder when subfolder reads xyz?

Post by eswul62 »

Wonderful! Many thanks indeed, works fine, saves me -lot- of time....
Again, thanks!
Post Reply