![[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-independent dialog box.
See section
for more information.
- (finder:common-get-file-list directory prompt filter filter-msg parent) -> (union (listof string) #f)
directory = null : (union null string)
prompt = "Select File" : string
filter = #f : #f or a regular expression
filter-msg = "That filename does not have the right form." : string
parent = #f : (union #f (instance top-level-window<%>))
PLT