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.
The total displayable size of the file, in bytes.
var totalFileSize: Int? { get }The allocated size in bytes may include space used by metadata. The property returns nil if the information isn’t available.