<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 16.0.0 -",
    "macOS: 13.0.0 -",
    "tvOS: 16.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 9.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Foundation",
  "identifier" : "/documentation/Foundation/URL/append(components:directoryHint:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Foundation"
    ],
    "preciseIdentifier" : "s:10Foundation3URLV6append10components13directoryHintyxd_AC09DirectoryF0OtSyRzlF"
  },
  "title" : "append(components:directoryHint:)"
}
-->

# append(components:directoryHint:)

Appends multiple path components to the URL, with a hint for handling directory awareness.

```
mutating func append<S>(components: S..., directoryHint: URL.DirectoryHint = .inferFromPath) where S : StringProtocol
```

## Parameters

`components`

The path components to add, as a variadic parameter.

`directoryHint`

A hint to the initializer to indicate whether the path is a directory, or to instruct the method to make this determination. Defaults to [`URL.DirectoryHint.inferFromPath`](/documentation/Foundation/URL/DirectoryHint/inferFromPath).

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)