Oh, it would really be helpful if Datetime wasn't a static struct and instead all these properties were writable, so decoding the rawtime would be just a set value after parsing it out of the name, I think for now getting the time back from RawTime for presentation purposes would require re-implementing the date conversion in script. :/
I guess the easiest approach is to have an int in the name, a counter, that you get the biggest value and increment (add one to it) and then you save it in the slot that has the smallest value. So something like the name being "autosave_COUNTER_description", and then you parse back by just using the counter - the approach you mentioned in the previous comment, but ignoring the date.
I guess the easiest approach is to have an int in the name, a counter, that you get the biggest value and increment (add one to it) and then you save it in the slot that has the smallest value. So something like the name being "autosave_COUNTER_description", and then you parse back by just using the counter - the approach you mentioned in the previous comment, but ignoring the date.