Global Variable グローバル変数

NSFileSystemFileNumber

The key in a file attribute dictionary whose value indicates the file’s filesystem file number. ファイル属性辞書の中のキー、それの値はファイルのファイルシステムファイルナンバーを指し示します。

Declaration 宣言

const NSFileAttributeKey NSFileSystemFileNumber;

Discussion 議論

The corresponding value is an NSNumber object containing an unsigned long. The value corresponds to the value of st_ino, as returned by stat(2). 対応する値は、NSNumberオブジェクトでunsigned longを含んでいます。値はst_inoの値に対応します、stat(2)によって返される通り。

See Also 参照

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