aiekick/ImGuiFileDialog

How not to show the hidden file ?

Corezcy opened this issue ยท 4 comments

Describe
How not to show the hidden file started with ., such as .git ? Only use the filters ?

good question haha :)

i will add an option for hide them

good question haha :)

i will add an option for hide them

waiting for you

done.
you can prevent display of hidden files by using the flag ImGuiFileDialogFlags_DontShowHiddenFiles
in OpenModal or OpenDialog call

Thanks a lot ! So timely !