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