aviability to select multiple files
WSandwitch opened this issue · 2 comments
WSandwitch commented
Does this lib provides getting more than 1 file at ones?
AndrewBelt commented
Not yet, but I'd approve this feature if you sent a PR. If you don't add it, I might do it myself in the next year.
AndrewBelt commented
The API could be
osdialog_file_list *osdialog_files(osdialog_file_action action, const char *path, const char *filename, osdialog_filters *filters);
with osdialog_file_list
being the obvious linked list of char*
s.