• Combines the uri passed in with the paths passed in to make one uri

    Parameters

    • uri: string

      Uri to start from

    • Rest...paths: string[]

      Paths to combine into the uri

    Returns Uri

    One uri that combines the uri and the paths in left-to-right order