Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
function existsSync
import { existsSync } from "https://deno.land/x/denjucks@1.1.1/src/deps/path/std/fs/exists.ts";

Test whether or not the given path exists by checking with the file system

Parameters

filePath: string

Returns

boolean