import { type ExistsOptions } from "https://deno.land/x/netzo@0.4.78/deps/std/fs/exists.ts";
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.