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

# appending(path:)

Returns a new path with newSuffix appended.

## Declaration

```swift
func appending(path newSuffix: USDLayer.Path) -> USDLayer.Path
```

## Parameters

- `newSuffix`: The path suffix to append.

## Return Value

Return Value A new path consisting of self followed by newSuffix.
