Skip to main content

exists

Check if a path exists.

exists("path/to/anything");

Syntax

exists(path)

Returns

A boolean indicating whether something exists at the path or not.