Samuel Venable

Results 15 comments of Samuel Venable

After further research, and major help from the OpenBSD developer mailing list, I've found code that can verify the string we have on whether it points to the correct executable...

> So it's more like > > * If path is absolute (i.e. starts with `/`), use it > > * If path isn't absolute and contains a `/`, look...

I guess my last question would be what do i put for the path_get_path environment_t argument? Since it doesn't take a nullptr.

Just an update, I added support for changing the icon theme to what the target platform uses by default. Here's a preview: ![filedialogs](https://user-images.githubusercontent.com/4379204/190019946-59cc8783-c22b-44ab-a362-0af0f071c1ae.gif)

![filedialogs](https://user-images.githubusercontent.com/4379204/207972842-4bb796ad-614a-4b5a-93f1-2814806b5676.gif) > [ImGui File Dialogs - CLI and Client Library](https://github.com/time-killer-games/libfiledialogs) by [Samuel Venable](https://github.com/time-killer-games). ---------------------------------------- Based on [ImFileDialog](https://github.com/dfranx/ImFileDialog) by [dfranx](https://github.com/dfranx), with many bugs/crashes fixed and overall improvements. The 'Quick Access' sidebar...