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