| 2485 | } |
| 2486 | |
| 2487 | void IGFD::FileManager::SetCurrentPath(const std::string& vCurrentPath) { |
| 2488 | if (vCurrentPath.empty()) |
| 2489 | m_CurrentPath = "."; |
| 2490 | else |
| 2491 | m_CurrentPath = vCurrentPath; |
| 2492 | } |
| 2493 | |
| 2494 | void IGFD::FileManager::SetDefaultFileName(const std::string& vFileName) { |
| 2495 | dLGDefaultFileName = vFileName; |
no test coverage detected