Module

x/ash/mod.ts>path.exists

A stylish web framework for Deno!
Latest
function path.exists
import { path } from "https://dotland.deno.dev/x/ash@1.3.6/mod.ts";
const { exists } = path;

Checks if a file exists.

Parameters

path: string

The path to check.

Returns

boolean