Resolves multiple path segments to an absolute POSIX path.
The path segments to resolve.
The resolved absolute POSIX path.
import { resolvePosixPath } from "nsuite";const targetPath = resolvePosixPath("path", "to", "file.txt"); Copy
import { resolvePosixPath } from "nsuite";const targetPath = resolvePosixPath("path", "to", "file.txt");
Resolves multiple path segments to an absolute POSIX path.