Skip to main content
Module

x/simple_utility/src/deno/path.ts>pathConfig

Simplify processing for Deno.
Go to Latest
function pathConfig
import { pathConfig } from "https://deno.land/x/simple_utility@v2.1.0/src/deno/path.ts";

System-wide user config directory path for each OS. ~/.config for UNIX and ~/AppData/Roaming for Windows.

Examples

Example 1

const path = pathConfig();

Returns

string