Contents

totalFileAllocatedSize

The total allocated size of the file, in bytes.

Declaration

var totalFileAllocatedSize: Int? { get }

Discussion

The property returns nil if the information isn’t available. The allocated size in bytes may include space that metadata uses. This can be less than the value that totalFileSize returns after if it’s a compressed resource.

See Also

File values