finder:get-file in Framework Functions
(finder:get-file-> (union path? false/c)directorypromptfilterfilter-msgparent)
directory=#f: (union path? false/c)
prompt="Select File": string?
filter=#f: (union byte-regexp? string? false/c)
filter-msg="That filename does not have the right form.": string?
parent=#f: (union false/c (is-a?/ctop-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.