save-panel ( path -- path/f )
Cocoa bridge ยป Cocoa file dialogs

Prev:<NSSavePanel> ( -- panel )


Vocabulary
cocoa.dialogs

Inputs
patha pathname string


Outputs
path/fa pathname string or f


Word description
Displays a file save panel, and outputs the selected path, or f if the user cancelled the operation.

Definition