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

[table th=”0″]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.”[/table]

Examples

// Deletes file myFile.es3
ES3.DeleteFile("myFile.es3");