Page 1 of 1

Number these files

Posted: 16 Apr 2020, 12:35
by florent198
Hello, I don't know how to do to name my files according to the order of appearance of my right column like that :
100.{n.colon(' - ')} ({y}){' CD'+pi}{subt}.{vf}.{vc}.{ac}
101.
102.

Is it possible ?
Thanks in advance
Take care of you

Re: Number these files

Posted: 16 Apr 2020, 12:38
by rednoah
Please define "order of appearance". ;)


:idea: You can use {i} for "order of appearance" in New Names.

Re: Number these files

Posted: 16 Apr 2020, 12:48
by florent198
Ok thanks and it's possible to start at number 100 for example

Re: Number these files

Posted: 16 Apr 2020, 13:02
by florent198
Or naming like that for big folders : 001,002,003 ?

Re: Number these files

Posted: 16 Apr 2020, 13:16
by rednoah
florent198 wrote: 16 Apr 2020, 12:48 Ok thanks and it's possible to start at number 100 for example
e.g.

Code: Select all

{100+i}
florent198 wrote: 16 Apr 2020, 13:02 Or naming like that for big folders : 001,002,003 ?
e.g.

Code: Select all

{i.pad(3)}

Re: Number these files

Posted: 16 Apr 2020, 16:03
by florent198
Thanks a lot