Instance Method インスタンスメソッド

fileSize

Returns the file’s size, in bytes. ファイルのもつサイズを、バイトで返します。

Declaration 宣言

- (unsigned long long)fileSize;

Return Value 戻り値

The value associated with the NSFileSize key, as an unsigned long long, or 0 if the file attributes dictionary has no entry for the key. NSFileSizeキーと結び付けられた値、unsigned long longとして、または0、もしファイル属性辞書がそのキーに対する登録項目を持たないならば。

See Also 参照

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