---
title: "appending(_:)"
framework: system
role: symbol
role_heading: Instance Method
path: "system/filepath/appending(_:)-60fwk"
---

# appending(_:)

Non-mutating version of append(_:C).

## Declaration

```swift
func appending<C>(_ components: C) -> FilePath where C : Collection, C.Element == FilePath.Component
```
