raysan5 / raygui

A simple and easy-to-use immediate-mode gui library
zlib License
3.47k stars 298 forks source link

Custom File dialog directory box #312

Closed AnkurMal closed 1 year ago

AnkurMal commented 1 year ago

Suppose the directory is C:\users\xyz . In the box it shows it correctly. But if I click on a folder inside the directory (lets say it sample), the box shows it as C:\users\xyz/sample instead of C:\users\xyz\sample. Please look into this.