MCPcopy Create free account
hub / github.com/WinDurango/WinDurango / EraCreateFile2

Function EraCreateFile2

projects/WinDurango.KernelX/src/kernelx.cpp:823–828  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

821 else if (fileName[0] == '\\')
822 {
823 }
824 else if (fileName[length - 1] == '/')
825 {
826 convert = std::filesystem::current_path().c_str();
827 convert.append(L"\\");
828 convert.append(lpFileName);
829 std::replace(convert.begin(), convert.end(), L'/', L'\\');
830 lpFileName = convert.c_str();
831 }

Callers

nothing calls this directly

Calls 1

FixRelativePathFunction · 0.85

Tested by

no test coverage detected