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

fileSize()

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

Declaration 宣言

func fileSize() -> UInt64

Return Value 戻り値

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

See Also 参照

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