Type Property 型プロパティ

systemFreeSize

The key in a file system attribute dictionary whose value indicates the amount of free space on the file system. ファイルシステム属性辞書の中のキー、それの値はファイルシステムの空き容量を指し示します。

Declaration 宣言

static let systemFreeSize: FileAttributeKey

Discussion 議論

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

See Also 参照

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