Contents

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().

See Also

Accessing File Attributes