osdialog
osdialog copied to clipboard
aviability to select multiple files
Does this lib provides getting more than 1 file at ones?
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.
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.