Contents

allPartitionsAndEjectDisk

Specifies that all partitions on an unmountable disk should be unmounted.

Declaration

static var allPartitionsAndEjectDisk: FileManager.UnmountOptions { get }

Discussion

If the volume is on a partitioned disk, this option unmounts all volumes on that disk. Then, then the disk is ejected (if it is ejectable).

See Also

Unmount Behavior