blocksAllocated
Number of 512-byte blocks allocated
Declaration
var blocksAllocated: Int64 { get set }Discussion
The semantics of this property are tied to the underlying C st_blocks field, which can have file-system–dependent behavior.
The corresponding C property is st_blocks.