| 186 | } |
| 187 | |
| 188 | static std::filesystem::path getSavePath(const std::string &world) { |
| 189 | return Filesystem::getBaseDir() / "save" / world; |
| 190 | } |
| 191 | |
| 192 | static std::filesystem::path getSaveFilePath(const std::string &world, const std::string &name) { |
| 193 | return getSavePath(world) / ("dfhack-" + filterSaveFileName(name) + ".dat"); |
no outgoing calls
no test coverage detected