Global Variable グローバル変数

NSFileSize

The key in a file attribute dictionary whose value indicates the file’s size in bytes. ファイル属性辞書の中のキー、それの値はファイルのサイズをバイトで指し示します。

Declaration 宣言

const NSFileAttributeKey NSFileSize;

Discussion 議論

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

See Also 参照

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