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

x/simple_utility/mod.ts>homePath

Useful snippet collection.
Go to Latest
function homePath
import { homePath } from "https://deno.land/x/simple_utility@v1.6.0/mod.ts";

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

Examples

Example 1

const path = homePath();

Returns

string