Skip to main content
Module

x/simple_utility/mod.full.ts>homePath

Simplify processing for Deno.
Go to Latest
function homePath
import { homePath } from "https://deno.land/x/simple_utility@v2.0.8/mod.full.ts";

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

Examples

Example 1

const path = homePath();

Returns

string