Type Property 型プロパティ

systemSize

The key in a file system attribute dictionary whose value indicates the size of the file system. ファイルシステム属性辞書の中のキー、それの値はファイルシステムのサイズを指し示します。

Declaration 宣言

static let systemSize: FileAttributeKey

Discussion 議論

The corresponding value is an NSNumber object that specifies the size of the file system in bytes. The value is determined by statfs(). 対応する値は、NSNumberオブジェクトで、ファイルシステムのサイズをバイトで指定します。値は、statfs()によって決定されます。

See Also 参照

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