Contents

totalFileSize

The total displayable size of the file, in bytes.

Declaration

var totalFileSize: Int? { get }

Discussion

The allocated size in bytes may include space used by metadata. The property returns nil if the information isn’t available.

See Also

File values