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

# absolute(at:)

Returns this path made absolute, anchored at the given path.

## Declaration

```swift
func absolute(at anchor: USDLayer.Path) -> USDLayer.Path
```

## Parameters

- `anchor`: The absolute path to use as the anchor.

## Return Value

Return Value An absolute version of this path.
