| 14 | } |
| 15 | |
| 16 | std::filesystem::path Files::pathFromUnicodeString(std::string_view path) |
| 17 | { |
| 18 | return Misc::StringUtils::stringToU8String(path); |
| 19 | } |
| 20 | |
| 21 | std::filesystem::path Files::pathFromUnicodeString(std::string&& path) |
| 22 | { |
nothing calls this directly
no test coverage detected