how to rename the files in my folder with directory name + padded incrementing number?

Advanced Renamer forum
#1 : 08/05-17 13:22
Jay Viper
Jay Viper
Posts: 1
so I have a folder full of images. They have different filenames.

example:

folder name: 2017-summer-vacation

files inside:
beach-photo.jpg
sand-dunes.jpg
and many more

I want to rename the files as

2017-summer-vacation0001.jpg
2017-summer-vacation0002.jpg
and so on

I can use "new name" + "<DirName:1><Inc NrDir:1>" tag but I have no idea on how to add the padding.

Can you please help? Thanks


08/05-17 13:22
#2 : 10/05-17 03:50
D. Ach
D. Ach
Posts: 5
Reply to #1:

Just add the zeros to the left of the 1, like so
"<Inc NrDir:0001>"


10/05-17 03:50 - edited 10/05-17 04:08