My current folder and file structure is:
English\Author\Title\
There are many authors. All have at least one title. Most authors have more than one title.
In each title subfolder there are up to 4 files with the same name but different extensions:
English\Author\Title\project.doc
English\Author\Title\project.txt
English\Author\Title\project.pdf
English\Author\Title\project.mp4
My goal is to rename (and then move) the txt files and ignore the other files.
For the txt files, the desired new filename would eliminate the word "project", and incorporate the appended higher-level foldernames like this:
Title Author.txt
I see how to Remove (5) the word "project" by setting "Last n" to 7
I see how to Append Folder Name (9), but only in parent, then child order, when I increase the level from 1 to 2. So it will give me
Author Title.txt
Is there a way to get Title Author.txt?
Thanks in advance for any help.