Joins multiple path segments into a single POSIX path.
The path segments to join.
The joined POSIX path.
import { joinPosixPath } from "nsuite";const targetPath = joinPosixPath("path", "to", "file.txt"); Copy
import { joinPosixPath } from "nsuite";const targetPath = joinPosixPath("path", "to", "file.txt");
Joins multiple path segments into a single POSIX path.