Hello,
i don´t have a clue why this code doesn´t work on windows. hidden folders are not shown!
Gtk::FileChooserDialog dialog("Please choose the ZUP-file directory",
Gtk::FILE_CHOOSER_ACTION_SELECT_FOLDER);
dialog.set_show_hidden(true);
any ideas?
thanks