resolve
Resolves a sequence of paths or path segments into an absolute path.
Import:
import { resolve } from 'obsidian-dev-utils/path';Signature:
function resolve(pathSegments: string[]): stringParameters:
| Parameter | Type | Description |
|---|---|---|
pathSegments | string[] | The sequence of path segments to resolve. |
Returns: string — The resolved absolute path.
Links to this page: