Enumeration Case 列挙ケース

NSFileManagerUnmountAllPartitionsAndEjectDisk

Specifies that all partitions on an unmountable disk should be unmounted. アンマウント可能ディスク上の全てのパーティションがアンマウントされるべきなのを指定します。

Declaration 宣言

NSFileManagerUnmountAllPartitionsAndEjectDisk = 1UL << 0

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 アンマウント挙動