![[index]](../icons/index.gif)
Next: finder:current-find-file-directory
Up: Finder Utilities
Previous: finder:common-get-file-list
This procedure queries the user for a single filename, using a
platform-independant dialog box. Consider using
finder:put-file instead of this function.
See section
for more information.
- (finder:common-put-file name directory replace? prompt filter filter-msg parent) -> (union #f string)
name = "Untitled" : string
directory = null : (union #f string)
replace? = #f : bool
prompt = "Select File" : string
filter = #f : (union #f regexp)
filter-msg = "That filename does not have the right form." : string
parent = (finder:dialog-parent-parameter) : (union (instance top-level-window<%>) #f)
PLT