nsuite - v1.0.1
    Preparing search index...

    Function joinPosixPath

    • Joins multiple path segments into a single POSIX path.

      Parameters

      • ...args: string[]

        The path segments to join.

      Returns string

      The joined POSIX path.

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