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