fileAllocatedSize
The total allocated size on-disk for the file, in bytes.
Declaration
var fileAllocatedSize: Int? { get }Discussion
The allocated size in bytes is the number of blocks times block size.
The total allocated size on-disk for the file, in bytes.
var fileAllocatedSize: Int? { get }The allocated size in bytes is the number of blocks times block size.