| 2287 | } |
| 2288 | |
| 2289 | bool IGFD::FileManager::IsFileNameSelected(const std::string& vFileName) { |
| 2290 | return m_SelectedFileNames.find(vFileName) != m_SelectedFileNames.end(); |
| 2291 | } |
| 2292 | |
| 2293 | std::string IGFD::FileManager::GetBack() { |
| 2294 | return m_CurrentPathDecomposition.back(); |
no test coverage detected