![[index]](../icons/index.gif)
Next: get-font-from-user
Up: Dialogs
Previous: get-file
Like
get-file, except that the user can select multiple files, and the
result is either a list of file paths of #f.
- (get-file-list message parent directory filename extension style) -> list of strings or #f
message = #f : string or #f
parent = #f : frame% or dialog% object or #f
directory = #f : string or #f
filename = #f : string or #f
extension = #f : string or #f
style = null : an empty list of symbols
PLT