Instance Property インスタンスプロパティ

volumeIdentifier

An identifier that can be used to identify the volume the file system object is on. ある識別子、それはファイルシステムオブジェクトが乗っているボリュームを識別するのに使用できます。

Declaration 宣言

var volumeIdentifier: (NSCopying & NSSecureCoding & NSObjectProtocol)? { get }

Discussion 議論

Other objects on the same volume will have the same volume identifier and can be compared using for equality using isEqual. This identifier is not persistent across system restarts. 同じボリューム上の他のオブジェクトは、同じボリューム識別子を持つでしょう、そしてisEqualを使う等式に使用して比較されることができます。この識別子は、システム再始動を越えて持続しません。

See Also 参照

Volume Support Values ボリュームサポート値