nsuite - v1.0.1
    Preparing search index...

    Function resolvePath

    • Resolves multiple path segments to an absolute path.

      Parameters

      • ...args: string[]

        The path segments to resolve.

      Returns string

      The resolved absolute path.

      import { resolvePath } from "nsuite";
      const targetPath = resolvePath("path", "to", "file.txt");