Global Variable グローバル変数

NSURLVolumeIdentifierKey

The unique identifier of the resource’s volume, returned as an id (read-only). リソースのもつボリュームの固有の識別子、idとして返されます(読み出し専用)。

Declaration 宣言

const NSURLResourceKey NSURLVolumeIdentifierKey;

Discussion 議論

This identifier can be used with the isEqual: method to determine whether two file system resources are on the same volume. この識別子はisEqual:メソッドで使われて、2つのファイルシステムリソースが同じボリューム上にあるかどうかを決定できます。

The value of this identifier is not persistent across system restarts. この識別子の値は、システム再始動を越えて持続しません。

See Also 参照

Volume Support Keys ボリュームサポートキー