---
title: linkCount
framework: system
role: symbol
role_heading: Instance Property
path: system/stat/linkcount
---

# linkCount

Number of hard links

## Declaration

```swift
var linkCount: Int { get set }
```

## Discussion

Discussion The corresponding C property is st_nlink.
