---
title: "appending(target:)"
framework: usdkit
role: symbol
role_heading: Instance Method
path: "usdkit/usdlayer/path/appending(target:)"
---

# appending(target:)

Returns a new path with a relationship target appended.

## Declaration

```swift
func appending(target name: USDLayer.Path) -> USDLayer.Path
```

## Return Value

Return Value A new path identifying the relationship target.
