clearRecentDocuments(_:)
Empties the recent documents list for the application.
Declaration
@IBAction func clearRecentDocuments(_ sender: Any?)Discussion
This is the action for the Clear menu command, but it can be called directly if necessary.
Empties the recent documents list for the application.
@IBAction func clearRecentDocuments(_ sender: Any?)This is the action for the Clear menu command, but it can be called directly if necessary.