Type Property 型プロパティ

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. 対応する値は、NSNumberオブジェクトでunsigned longを含んでいます。

The number specifies the number of hard links to a file. この数は、あるファイルへのハードリンクの数を指定します。

See Also 参照

Accessing File Attributes ファイル属性にアクセスする