I want to create a tiny hardcoe Mode plugin that will delete all of the player's saved games when he dies.
I've had several thoughts on how to do this:
A ) Find a native Papyrus function that can create or delete save games
B ) Find a native Papyrus function that can delete arbitrary files on disk
C ) Find a Papyrus function that can execute a system command
I haven't had luck finding any of these things. Does anyone know if any of these are possible, or have any ideas on other ways to deleting saved games on player death?
Thanks.