Contents

kCFURLVolumeIdentifierKey

Key for the unique identifier of the resource’s volume, returned as a CFType object.

Declaration

let kCFURLVolumeIdentifierKey: CFString!

Discussion

This identifier can be used with the CFEqual(_:_:) function to determine whether two file system resources are on the same volume.

The value of this identifier is not persistent across system restarts.

See Also

Constants