Goo day,
I'm having following permanent file series beginning from generation 10 +:
file#010
file#011
file#012
....
file#062
file /*the latest one*/
This is due to some cleanup work, where generations 1-9 were deemed to have wrong data and were deleted.
I'd like to re-generate the series so that the first would be generation #001, #002 and so forth:
file#001
file#002
file#003
....
file#052
file /*the latest one*/
Only way I've figured out to do this would be to save the whole series to another name, delete old data and re-save them. This seems silly and potential for -ooops- damage is too high of a risk. Any ideas how to regenerate generation numbers?