2017-05-26 09:05:53 -04:00
|
|
|
! Copyright (C) 2014 John Benediktsson.
|
|
|
|
! See http://factorcode.org/license.txt for BSD license.
|
2014-12-15 18:16:41 -05:00
|
|
|
USING: cocoa.dialogs file-picker system ;
|
|
|
|
IN: file-picker.macosx
|
|
|
|
|
|
|
|
M: macosx open-file-dialog open-panel ;
|
|
|
|
|
|
|
|
M: macosx save-file-dialog save-panel ;
|