Contents

referenceCount

The key in a file attribute dictionary whose value indicates the file’s reference count.

Declaration

static let referenceCount: FileAttributeKey

Discussion

The corresponding value is an NSNumber object containing an unsigned long.

The number specifies the number of hard links to a file.

See Also

Accessing File Attributes