wrap.openFilesDialog

wrap.openFilesDialog(title = "Select file", dir = "", filter = "Files (*.*)")

Creates a modal file dialog. Similar to wrap.openFileDialog but allows multiple selections. Returns a list of file names selected by the user.