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

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

Useful snippet collection.
Go to Latest
function dataPath
import { dataPath } from "https://deno.land/x/simple_utility@v1.3.7/src/path.deno.ts";

Return 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