| 2423 | } |
| 2424 | |
| 2425 | void IGFD::FileManager::SetCurrentPath(const std::string& vCurrentPath) { |
| 2426 | if (vCurrentPath.empty()) |
| 2427 | m_CurrentPath = "."; |
| 2428 | else |
| 2429 | m_CurrentPath = vCurrentPath; |
| 2430 | } |
| 2431 | |
| 2432 | void IGFD::FileManager::SetDefaultFileName(const std::string& vFileName) { |
| 2433 | dLGDefaultFileName = vFileName; |
no test coverage detected