finder:get-file in Framework Functions
(finder: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? string? 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<%>))Queries the user for a filename.
If the result of
(ispreferences:get'framework:file-dialogs)'stdthis callsfinder:std-get-file, and if it is'common,finder:common-get-fileis called.