| 26 | } |
| 27 | |
| 28 | inline std::filesystem::path outputFilePath(std::string_view name) |
| 29 | { |
| 30 | std::filesystem::path dir = outputDir(); |
| 31 | return dir / Misc::StringUtils::stringToU8String(name); |
| 32 | } |
| 33 | |
| 34 | inline std::filesystem::path outputDirPath(const std::filesystem::path& subpath) |
| 35 | { |