ImGuiFileDialog
ImGuiFileDialog copied to clipboard
File dialog selects file in working directory over selected one
When selecting a file with the same name as a file in the running application's current working directory, the check at https://github.com/aiekick/ImGuiFileDialog/blob/16fc5d619ded8798275739a14034357269de71d4/ImGuiFileDialog.cpp#L2587 will naively assume that filename
is an absolute path, and it will return the file from the application's working directory instead of the actually selected file.