ImGuiFileDialog icon indicating copy to clipboard operation
ImGuiFileDialog copied to clipboard

File dialog selects file in working directory over selected one

Open angryzor opened this issue 8 months ago • 1 comments

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.

angryzor avatar Jun 09 '24 23:06 angryzor