finder:put-file in Framework Functions
(finder: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)Queries the user for a filename.
If the result of
(ispreferences:get'framework:file-dialogs)'stdthis callsfinder:std-put-file, and if it is'common,finder:common-put-fileis called.