Searched defs:ImportFileInfo (Results 1 – 1 of 1) sorted by relevance
35 struct ImportFileInfo { struct36 std::string backupDir; // the directory of the current database backup37 std::string unpackedDir; // the directory of the unpacked import file38 std::string currentDir; // the directory of the current database39 std::string curValidFile; // the file imply that the current directory is valid40 std::string backValidFile; // the file imply that the backup directory is valid