Deleting

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

circle-exclamation

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

saveFile.Delete("DataID");

Multi-Delete

Deleting multiple data entries in a single call is only possible in the Pro versionarrow-up-right.

Last updated