We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does this lib provides getting more than 1 file at ones?
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
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.
osdialog_file_list
char*
Successfully merging a pull request may close this issue.
Does this lib provides getting more than 1 file at ones?
The text was updated successfully, but these errors were encountered: