pickFolders

abstract fun pickFolders(defaultDirectory: Path? = null): List<Path>(source)

Opens a native dialog to choose one or more folders.

Return

selected folders, or an empty list if the dialog is canceled.