MCPcopy Create free account
hub / github.com/ZDoom/Raze / I_ChDir

Function I_ChDir

source/common/platform/win32/i_system.cpp:814–817  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

812}
813
814bool I_ChDir(const char* path)
815{
816 return SetCurrentDirectoryW(WideString(path).c_str());
817}
818
819
820void I_OpenShellFolder(const char* infolder)

Callers

nothing calls this directly

Calls 2

WideStringFunction · 0.85
c_strMethod · 0.80

Tested by

no test coverage detected