Skip to main content
Deno 2 is finally here šŸŽ‰ļø
Learn more
Module

x/yxz/path/path.ts>Path.home

Deno Standard Extensions
Go to Latest
method Path.home
import { Path } from "https://deno.land/x/yxz@0.17.0/path/path.ts";

Returns path representing the userā€™s home directory.

If the home directory canā€™t be resolved, throw error.

Parameters

...pathSegments: string[]