| 2700 | } |
| 2701 | |
| 2702 | void IGFD::FileManager::m_SetCurrentPath(std::vector<std::string>::iterator vPathIter) { |
| 2703 | m_CurrentPath = ComposeNewPath(vPathIter); |
| 2704 | IGFD::Utils::SetBuffer(inputPathBuffer, MAX_PATH_BUFFER_SIZE, m_CurrentPath); |
| 2705 | inputPathActivated = true; |
| 2706 | } |
| 2707 | |
| 2708 | std::string IGFD::FileManager::GetResultingPath() { |
| 2709 | if (dLGDirectoryMode && m_SelectedFileNames.size() == 1) { // if directory mode with selection 1 |
nothing calls this directly
no outgoing calls
no test coverage detected