method Path.prototype.existsimport { Path } from "https://dotland.deno.dev/x/dax@0.39.2/mod.ts"; exists(): Promise<boolean>Gets if the path exists. Beware of TOCTOU issues. ReturnsPromise<boolean>