You are not logged in.
Pages: 1
Hi All
i have folder which names look like this:
2020-08-02_23-06-45
2020-08-03_20-46-27
...
What i am trying to achieve is to increment last digit by 1 so it would look like this:
2020-08-02_23-06-46
2020-08-03_20-46-28
...
Can anyone help me write pascal script like this?
Thank you.
Last edited by 4k3or3et (2020-08-10 18:54)
Offline
All you need for that is the Reformat Date rule, configured as follows:
Convert to "yyyy-mm-dd_hh-nn-ss" from "yyyy-mm-dd_hh-nn-ss", whole words only, skip extension, adjust time by 1 second.
Offline
Thank you.
Offline
Pages: 1