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

x/deno/std/fs/mod.ts>existsSync

A modern runtime for JavaScript and TypeScript.
Go to Latest
function existsSync
Re-export
import { existsSync } from "https://deno.land/x/deno@v0.22.0/std/fs/mod.ts";

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

Parameters

filePath: string

Returns

boolean