! Copyright (C) 2014 John Benediktsson. ! See http://factorcode.org/license.txt for BSD license. USING: cocoa.dialogs file-picker system ; IN: file-picker.macosx M: macosx open-file-dialog open-panel ; M: macosx save-file-dialog save-panel ;