Global Variable グローバル変数

NSFileHFSTypeCode

The key in a file attribute dictionary whose value indicates the file’s HFS type code. ファイル属性辞書の中のキー、それの値はファイルのHFSタイプコードを指し示します。

Declaration 宣言

const NSFileAttributeKey NSFileHFSTypeCode;

Discussion 議論

The corresponding value is an NSNumber object containing an OSType (unsigned 32-bit integer). See HFS File Types for possible values. 対応する値は、NSNumberオブジェクトでOSType(符号なし32ビット整数)を含んでいます。HFS File Typesを可能な値として見てください。

See Also 参照

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