nsuite - v1.0.1
    Preparing search index...

    Function joinPath

    • Joins multiple path segments into a single path.

      Parameters

      • ...args: string[]

        The path segments to join.

      Returns string

      The joined path.

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