Global Variable グローバル変数

NSFileDeviceIdentifier

The key in a file attribute dictionary whose value indicates the identifier for the device on which the file resides. ファイル属性辞書の中のキー、それの値はファイルが帰するデバイスに対する識別子を指し示します。

Declaration 宣言

const NSFileAttributeKey NSFileDeviceIdentifier;

Discussion 議論

The corresponding value is an NSNumber object containing an unsigned long. 対応する値は、NSNumberオブジェクトでunsigned longを含んでいます。

See Also 参照

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