MCPcopy Create free account
hub / github.com/SpartanJ/efsw / getWidePath

Method getWidePath

src/efsw/FileSystem.cpp:166–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164
165#if EFSW_PLATFORM == EFSW_PLATFORM_WIN32
166std::wstring FileSystem::getWidePath(const std::string & path) {
167#if defined(USE_FILESYSTEM_PATH_CONVERSION)
168 return std::filesystem::u8path( path ).wstring();
169#else
170 return String::fromUtf8( path ).toWideString();
171#endif
172}
173#endif
174
175} // namespace efsw

Callers

nothing calls this directly

Calls 1

toWideStringMethod · 0.80

Tested by

no test coverage detected