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