microsoft / WinUI-Gallery

This app demonstrates the controls available in WinUI and the Fluent Design System.
MIT License
2.82k stars 629 forks source link

Is there any way to pick multiple files and folders with the same OpenPicker in WinUi 3?Sample request title #1393

Open abhisavadiya opened 1 year ago

abhisavadiya commented 1 year ago

Issue type

enhancement

Which version of the app?

WinUI 3 Gallery

Description

No response

Screenshots

No response

Windows version

No response

Additional context

No response

### Tasks
JaiganeshKumaran commented 1 year ago

FileOpenPicker.PickMultipleFilesAsync shall allow you to pick multiple files. However you cannot pick multiple folders with FolderPicker or pick both files and folders in the same picker.