ES2.Exists

public static bool Exists(string path, ES2Settings settings=null)

Parameters

path The Path of the file, folder or data we want to check exists. Path can be a file, folder or tag.

settings

Optional. A user-created ES2Settings object containing options not specified in path.

Returns

bool True or False, depending on whether data exists.

Description

Checks if the file, folder or data at a specified path exists.

C#

JS