finder:common-get-file-list in Framework Functions
(finder:common-get-file-list-> (or/c (listof path?) false/c)directorypromptfilterfilter-msgparent)
directory=#f: (or/c false/c path?)
prompt="Select File": string?
filter=#f: (or/c false/c byte-regexp?)
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 list of filenames, using a platform-independent dialog box.
See section 9 for more information.