ES3.FileExists

public static bool FileExists(string filePath, ES3Settings settings)

Description

Checks whether a file exists.

Parameters

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

settings

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

Returns

True if the file exists, otherwise false.

Examples

C#

JS