Contents

doesNotSupportVolumeSizes

A Boolean property that indicates the volume doesn’t support certain volume size reports.

Declaration

var doesNotSupportVolumeSizes: Bool { get set }

Discussion

A true value means the volume doesn’t support determining values for total data blocks, available blocks, or free blocks, as in f_blocks, f_bavail, and f_bfree in the struct statFS returned by statfs(2).

See Also

Declaring volume capabilities