Contents

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

See Also

Accessing File Attributes