Function TRAP::Utils::Dialogs::SelectFolder#
Function Documentation#
-
std::string TRAP::Utils::Dialogs::SelectFolder(const std::string &title, const std::string &defaultPath = "")#
Opens an select folder dialog.
- Parameters:
title – Title for the dialog.
defaultPath – Sets a default path and file.
- Returns:
Physical path of the select folder dialog or empty string.