Re: Delete Save Slot?
Posted: Mon Oct 09, 2023 5:30 pm
Tony, just one more question, before moving forward.
I think you said that the SaveSystem function you referenced would actually DELETE the save.dat file. But don't recall you saying anything about whether or not that file gets recreated, after being deleted.
In my original method, after calling Delete function I found on SaveHelper, I was also later calling SaveGameNow(slotNum), which seems to create the appropriate save.data file, if it doesn't already exist. But, since you didn't mention any need to recreate this file, I am wondering if the Delete function on SaveSystem will do this. If not, then I will leave line of code to SaveGameNow(slotNum), to recreate the deleted save.dat file.
Thanks in advance, Tony!
I think you said that the SaveSystem function you referenced would actually DELETE the save.dat file. But don't recall you saying anything about whether or not that file gets recreated, after being deleted.
In my original method, after calling Delete function I found on SaveHelper, I was also later calling SaveGameNow(slotNum), which seems to create the appropriate save.data file, if it doesn't already exist. But, since you didn't mention any need to recreate this file, I am wondering if the Delete function on SaveSystem will do this. If not, then I will leave line of code to SaveGameNow(slotNum), to recreate the deleted save.dat file.
Thanks in advance, Tony!