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!
How to show parent folder when subfolder reads xyz?
-
eswul62
- Posts: 167
- Joined: Wed Jul 31, 2013 6:07 am
-
NotNull
- Posts: 5961
- Joined: Wed May 24, 2017 9:22 pm
Re: How to show parent folder when subfolder reads xyz?
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.
If not, please provide more (detailed) examples of what you are looking for.
Code: Select all
folder: !" rec" exact:child-folder:audio -
eswul62
- Posts: 167
- Joined: Wed Jul 31, 2013 6:07 am
Re: How to show parent folder when subfolder reads xyz?
Wonderful! Many thanks indeed, works fine, saves me -lot- of time....
Again, thanks!
Again, thanks!