Skip to main content
Module

x/frugal/dep/std/fs.ts>ExistsOptions

A frugal web framework
Latest
interface ExistsOptions
import { type ExistsOptions } from "https://deno.land/x/frugal@0.9.6/dep/std/fs.ts";

Properties

optional
isReadable: boolean = false

When true, will check if the path is readable by the user as well.

optional
isDirectory: boolean = false

When true, will check if the path is a directory as well. Directory symlinks are included.

optional
isFile: boolean = false

When true, will check if the path is a file as well. File symlinks are included.