Contents

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.

See Also

File values