Contents

didRenameVolumeNotification

A notification that the workspace posts when a volume changes its name or mount path.

Declaration

class let didRenameVolumeNotification: NSNotification.Name

Discussion

These notifications typically change simultaneously, in which case, the workspace posts only one notification.

The notification object is the shared NSWorkspace instance. The userInfo dictionary may contain the following keys:

See Also

Responding to Environment Notifications