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

# symlinkNoFollowAny

If the path ends with a symbolic link, return information about the link itself. If any symbolic link is encountered during path resolution, return an error.

## Declaration

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

## Discussion

Discussion The corresponding C constant is AT_SYMLINK_NOFOLLOW_ANY. note: Only available on Darwin.
