get-file-list in Dialogs
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 -> list of strings or message parent directory filename extension style filters)#f
message = : string or #f#f
parent = : #fframe% or dialog% object or #f
directory = : string or #f#f
filename = : string or #f#f
extension = : string or #f#f
style = : an empty list of symbols
null
filters = : list of 2-string lists'(("Any" "*.*"))