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

# symlinkNoFollow

If the path ends with a symbolic link, return information about the link itself.

## Declaration

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

## Discussion

Discussion The corresponding C constant is AT_SYMLINK_NOFOLLOW.
