Inserting the name of its parent folder...How?

Advanced Renamer forum
#1 : 26/07-19 06:55
Pete
Pete
Posts: 1
Creating a Replace method... I want to append the name of a file/folder's parent(containing) folder.
e.g.
..\artistName\trackName.mp3
becomes
..\artistName\trackName_artistName.mp3

How (if possible?) can I reference the name of its parent folder, within a Replace method?

Thanks! :) Pete


26/07-19 06:55
#2 : 26/07-19 08:07
David Lee
David Lee
Posts: 1125
Use the <DirName> tag.

Add method...
Add: _<DirName>
At index: 0
Backwards


26/07-19 08:07