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

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

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

System-wide home directory path for each OS. ${HOME} for UNIX and %USERPROFILE% for Windows.

Examples

Example 1

const path = pathHome();

Returns

string