openFileDialog

open suspend override fun openFileDialog(filter: FileFilter?, write: Boolean, multi: Boolean, currentDir: VfsFile?): List<VfsFile>

Opens a file dialog for write or not, selecting multiple files and in an optional currentDir allowing to select specific filter files, and returns a list (that may be empty) of files selected by the user