finder:common-get-file in Framework Functions
(finder:common-get-file-> (or/c path? false/c)directorypromptfilterfilter-msgparent)
directory=#f: (or/c path? false/c)
prompt="Select File": string?
filter=#f: (or/c byte-regexp? false/c)
filter-msg="That filename does not have the right form.": string?
parent=#f: (or/c false/c (is-a?/c top-level-window<%>))This procedure queries the user for a single filename, using a platform-independent dialog box. Consider using
finder:get-fileinstead of this function.See section 9 for more information.