| 4720 | } |
| 4721 | |
| 4722 | std::string IGFD::FileDialog::GetFilePathName(IGFD_ResultMode vFlag) { |
| 4723 | return m_FileDialogInternal.fileManager.GetResultingFilePathName(m_FileDialogInternal, vFlag); |
| 4724 | } |
| 4725 | |
| 4726 | std::string IGFD::FileDialog::GetCurrentPath() { |
| 4727 | return m_FileDialogInternal.fileManager.GetResultingPath(); |
no test coverage detected