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