A C++ file dialog using Dear ImGui.
Add L2DFileDialog.h
to your C++ project and include it where you use ImGui. Then, set FileDialog::fileDialogOpen
to true
to set the open state. Finally, in your update
method, check if FileDialog::fileDialogOpen == true
and if so, call FileDialog::ShowFileDialog
, passing in a char
array as a buffer to store the chosen file/folder path.
- New folder
- Delete folder
- Sort by:
- File
- Size
- Type
- Last modified date
This project is under the Apache License.