Contents

handleSave(_:)

Handles the Save AppleScript command by attempting to save the document.

Declaration

func handleSave(_ command: NSScriptCommand) -> Any?

Parameters

  • command:

    An AppleScript command object.

Discussion

Extracts Save command arguments from the command object and uses them to determine the file in which to save the document and the file type.

See Also

Handling Script Commands