Skip to main content
Module

x/simple_utility/mod.full.ts>dataPath

Simplify processing for Deno.
Go to Latest
function dataPath
import { dataPath } from "https://deno.land/x/simple_utility@v2.0.10/mod.full.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