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