Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/denjucks/src/deps/path/std/fs/mod.ts>exists

Deno templating engine
Latest
function exists
Re-export
import { exists } from "https://deno.land/x/denjucks@1.1.1/src/deps/path/std/fs/mod.ts";

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

Parameters

filePath: string

Returns

Promise<boolean>