Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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

System-wide application data directory path for each OS. /var for UNIX and C:/ProgramData for Windows.

Examples

Example 1

const path = dataPath();

Returns

string