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