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