Contents

supportsSparseFiles

A Boolean property that indicates whether the volume supports sparse files.

Declaration

var supportsSparseFiles: Bool { get set }

Discussion

A sparse file is a file that can have “holes” that the file system has never written to, and as a result don’t consume space on disk.

See Also

Declaring file capabilities