open-panel ( -- paths )
Cocoa bridge ยป Cocoa file dialogs

Prev:<NSOpenPanel> ( -- panel )
Next:<NSSavePanel> ( -- panel )


Vocabulary
cocoa.dialogs

Inputs
None

Outputs
pathsa sequence of pathname strings


Word description
Displays a file open panel, and outputs a sequence of selected pathnames.

Definition