Moves the document to a new location in response to the user choosing the Move To… menu item.
SDK
- macOS 10.8+
Framework
- App
Kit
Declaration
@IBAction func move(_ sender: Any?)
Parameters
sender
The control sending the message.
Discussion
This is the action method of the Move To… menu item in a document-based app. By default, this method invokes the move(completion
method, passing nil
as a parameter value.