I want to use dialog_fselect
for selecting file in c++ console application. I wonder how I get the result path of dialog_fselect
?
For example when I run:
dialog_fselect("Path", "", getmaxy(main_window)-10, getmaxx(main_window)-10);
How I could get the selected path?