Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
814
bool I_ChDir(const char* path)
815
{
816
return SetCurrentDirectoryW(WideString(path).c_str());
817
}
818
819
820
void I_OpenShellFolder(const char* infolder)
Callers
nothing calls this directly
Calls
2
WideString
Function · 0.85
c_str
Method · 0.80
Tested by
no test coverage detected