ES3.DeleteFile

public static void DeleteFile(string filePath, ES3Settings settings)

Description

Deletes a file.

If the file does not exist, no exceptions will be thrown.

Parameters

filePath [Optional] The relative or absolute path of the file we want to delete.

settings

[Optional] The settings we want to use to override the default settings.

Examples