QDir FileManager::getXMLDirFile(QString relativePath) { return QDir(xmlDir.dirName() + toPlatformPathSeparator(relativePath)); } */
| 302 | } |
| 303 | */ |
| 304 | QString FileManager::getTranslateFilePath(QString relativePath) { |
| 305 | return translateDirPath + toPlatformPathSeparator(relativePath); |
| 306 | } |
| 307 | void FileManager::purgeResDirectory(bool exitOnFail) { |
| 308 | this->deleteTopLevelFiles(tmpDir.dirName(), exitOnFail); |
| 309 | } |