finder:common-put-file in Framework Functions
(finder:common-put-file-> (or/c false/c path?)namedirectoryreplace?promptfilterfilter-msgparent)
name="Untitled": string?
directory=#f: (or/c false/c path?)
replace?=#f: boolean?
prompt="Select File": string?
filter=#f: (or/c false/c byte-regexp?)
filter-msg="That filename does not have the right form.": string?
parent=(finder:dialog-parent-parameter): (or/c (is-a?/c top-level-window<%>) false/c)This procedure queries the user for a single filename, using a platform-independent dialog box. Consider using
finder:put-fileinstead of this function.See section 9 for more information.