MCPcopy Create free account
hub / github.com/cinience/RedisStudio / SetCurrentPath

Method SetCurrentPath

DuiLib/Core/UIManager.cpp:224–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222}
223
224void CPaintManagerUI::SetCurrentPath(LPCTSTR pStrPath)
225{
226 ::SetCurrentDirectory(pStrPath);
227}
228
229void CPaintManagerUI::SetResourceDll(HINSTANCE hInst)
230{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected