ES3.DirectoryExists

public static bool DirectoryExists(string directoryPath, ES3Settings settings)

Description

Checks whether a key exists in a file.

Parameters

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

settings

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

Returns

True if the directory exists, otherwise false.

Examples

C#

JS