![[index]](../icons/index.gif)
Next: Frame
Up: Finder Utilities
Previous: finder:std-get-file
This procedure queries the user for a single filename, using a
platform-dependant dialog box. Consider using
finder:put-file instead of this function.
See section
for more information.
- (finder:std-put-file name directory replace? prompt filter filter-msg parent) -> string or #f
name = "Untitled" : string
directory = #f : (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