osdialog icon indicating copy to clipboard operation
osdialog copied to clipboard

aviability to select multiple files

Open WSandwitch opened this issue 5 years ago • 2 comments

Does this lib provides getting more than 1 file at ones?

WSandwitch avatar Jul 05 '19 17:07 WSandwitch

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 avatar Jul 05 '19 17:07 AndrewBelt

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.

AndrewBelt avatar Jul 05 '19 18:07 AndrewBelt