Deleting

This section outlines the step-by-step process of deleting data using ESave.

You can delete any data with the DeleteData method. Simply provide the data ID as a parameter.

saveFile.Delete("DataID");

Last updated