Skip to main content

Home > @jsplumbtoolkit/core > Path > exists

Path.exists() method

Returns whether or not a given path exists.

Signature:

exists(): boolean;

Returns:

boolean

True if path exists, false otherwise.