halildurmus / filepicker_windows

File and directory picker for Windows that uses common dialog controls.
BSD 3-Clause "New" or "Revised" License
68 stars 19 forks source link

Support Multi File picker #12

Closed ritheshSalyan closed 1 year ago

ritheshSalyan commented 3 years ago

this PR adds support for multifile selection. This closes https://github.com/timsneath/filepicker_windows/issues/10 and https://github.com/timsneath/filepicker_windows/issues/1

Tomekske commented 3 years ago

Please merge this PR

halildurmus commented 1 year ago

Thank you for your contribution!

I have made modifications to prevent this from being a breaking change by introducing the getFiles() method specifically for the multi-select mode.