ID:271892
 
How do you delete a savefile thats been saved onto a clients computer. I tried using Export(null) but it didnt work.
DM Reference says:

"To delete the client-side savefile completely, call client.Export() with no argument at all."

If that doesn't work, then I really don't know what will. But since client.Export() replaces the previous savefile, I'd think it would be just as effective to save a blank savefile over the old one.
Export(null) is not the same as Export()
In response to Foomer
Export() nor Export(null) doesn't seem to be working.