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

Function EraCreateDirectoryA

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

Source from the content-addressed store, hash-verified

828 convert.append(lpFileName);
829 std::replace(convert.begin(), convert.end(), L'/', L'\\');
830 lpFileName = convert.c_str();
831 }
832 else
833 {
834 FixRelativePath(lpFileName);
835 }
836
837 HANDLE Result = TrueCreateFileW(lpFileName, dwDesiredAccess, dwShareMode, lpSecurityAttributes, dwCreationDisposition,
838 dwFlagsAndAttributes, hTemplateFile);
839
840 return Result;

Callers

nothing calls this directly

Calls 1

FixRelativePathFunction · 0.85

Tested by

no test coverage detected