• Checks if the file/folder at the given path exists.

    Parameters

    • path: PathLike

      The path to check.

    Returns Promise<boolean>

    True when the path was found, false otherwise.