I am doing a project and it requires to create file sequential.
Is it possible to create File sequence, starting from 1 for each new date and increase depending on total file per day?
Something like:
Today:01.txt, 02.txt, 03.txt
Tommorow: 01.txt, 02.txt, 03.txt .....
I have no idea how to start.