Exists and Delete

ES2.Exists(path) checks whether data exists at a given path. This is especially useful when you’re not sure whether there will be data to load or not.

It can even be used with folders and tags.

C#

JS

ES2.Delete(path) can be used to delete data, including files, folders and tags. It should be used with caution as it can delete files and folders which weren’t created with Easy Save.

C#

JS