Function joinFilePath

  • Joins the specified file pathElements based on the host platform path separator.

    Parameters

    • ...pathElements: string[]

      Path elements to join.

    Returns string

    Full path from the joined path elements.