How should I determine which button is pressed (save, Cancel) when the save dialog is dismissed in an NSDocument based application ? The save panel is the default provided by NSDocument when save is selected from menu.
I would like to have the chance to change some vars before - (BOOL)writeToURL:ofType:error: is invoked.
Thanks...