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?
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
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!