MCPcopy Create free account
hub / github.com/BYVoid/OpenCC / RemoveFileUtf8

Function RemoveFileUtf8

src/tools/PlatformIO.cpp:285–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283}
284
285int RemoveFileUtf8(const std::string& fileName) {
286#ifdef _WIN32
287 return _wremove(internal::WideFromUtf8(fileName).c_str());
288#else
289 return std::remove(fileName.c_str());
290#endif
291}
292
293#ifdef _WIN32
294std::vector<std::string> GetUtf8CommandLineArgs() {

Callers 1

ConvertFileFunction · 0.85

Calls 2

removeFunction · 0.85
WideFromUtf8Function · 0.50

Tested by

no test coverage detected