Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/capi/deps/std/fs.ts>ExistsOptions

[WIP] A framework for crafting interactions with Substrate chains
Latest
interface ExistsOptions
import { type ExistsOptions } from "https://deno.land/x/capi@v0.1.1-beta.1/deps/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.