Hi,
I have a game on my computer which saves the current game files into a folder. However I can only save the game "as it is right now", NOT make several version so that I can roll back to an earlier point. So I thought that maybe I could do this with SFFS??
So what I would like to do is to copy the whole folder containing all the game files, say every ten minutes or so from my C-drive (where the game files are stored) to a backup folder on my D-drive. This much I have figured out how to make it work!
However what I would really like to do is to make multiple versions of that folder with the game files.
Ideally I will then have a new folder on the D-drive with all the files reflecting the game progress at that very moment. Then ten minutes later, SFFS makes a new folder on the D-drive and name it something like SAVED GAME+timestamp and copies all the files from the game folder on the C-drive into the newly created folder. Ten minutes later a new folder and so forth...
Is this doable?
Regards,
Dag