import { type ExistsOptions } from "https://deno.land/std@0.220.0/fs/exists.ts";
Options for exists
and existsSync.
Properties
When true
, will check if the path is readable by the user as well.
When true
, will check if the path is a directory as well.
Directory symlinks are included.