btzy / nativefiledialog-extended

Cross platform (Windows, Mac, Linux) native file dialog library with C and C++ bindings, based on mlabbe/nativefiledialog.
zlib License
598 stars 89 forks source link

New feature: Implement PickFolderMultiple #135

Closed btzy closed 1 week ago

btzy commented 1 month ago

We have OpenFile, OpenFileMultiple, and PickFolder. It's only reasonable to also add PickFolderMultiple, since all backends support it. It does the expected thing on all backends.

ds5678 commented 1 month ago

Thank you so much!