L2DFileDialog icon indicating copy to clipboard operation
L2DFileDialog copied to clipboard

A C++ file dialog using Dear ImGui

Results 4 L2DFileDialog issues
Sort by recently updated
recently updated
newest added

I could not find a way to switch file system volume (at least in Windows) from the UI, say moving from C: to D: Did I miss something?

https://github.com/Limeoats/L2DFileDialog/blob/b8bc0495739db5025aa075a545b78555c2cc2199/L2DFileDialog/src/L2DFileDialog.h#L334C1-L334C127 Shouldn't this line append the current folder instead of the current file? Suggested edit: `auto path = file_dialog_current_path + (file_dialog_current_path.back() == '\\' ? "" : "\\") + file_dialog_current_folder;` After...

Would be hot if L2DFileDialog.h could be in it's own folder.