Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/xdg_app_paths/src/mod.deno.ts>DirOptions

Determine (XDG-compatible) paths for storing application files (cache, config, data, etc)
Latest
interface DirOptions
Re-export
import { type DirOptions } from "https://deno.land/x/xdg_app_paths@v8.3.0/src/mod.deno.ts";

Configuration options supplied to XDGAppPaths methods

Properties

readonly
optional
isolated: boolean | null

Isolation flag; used to override the default isolation mode, when needed.