---
title: resolveBeneath
framework: system
role: symbol
role_heading: Type Property
path: system/stat/flags-swift.struct/resolvebeneath
---

# resolveBeneath

If the path does not reside in the hierarchy beneath the starting directory, return an error.

## Declaration

```swift
static var resolveBeneath: Stat.Flags { get }
```

## Discussion

Discussion The corresponding C constant is AT_RESOLVE_BENEATH. note: Only available on Darwin and FreeBSD.
