MCPcopy Create free account
hub / github.com/Tencent/libpag / PathToUtf8

Function PathToUtf8

exporter/src/platform/win/PlatformHelper.cpp:196–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196std::string PathToUtf8(const std::filesystem::path& path) {
197 return QString::fromStdWString(path.wstring()).toUtf8().toStdString();
198}
199
200} // namespace exporter

Callers 3

JoinPathsFunction · 0.85
GetFileNameFunction · 0.85
GetDirFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected