MCPcopy Create free account
hub / github.com/RGAA-Software/GoDesk / RefreshExplorerFolder

Function RefreshExplorerFolder

src/uninstall/shadow_deleter.cpp:15–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13#define LOGGER 0
14
15static void RefreshExplorerFolder(std::wstring wpath) {
16 // 通知资源管理器刷新目录
17 ::SHChangeNotify(
18 SHCNE_UPDATEDIR,
19 SHCNF_PATHW,
20 wpath.c_str(),
21 nullptr
22 );
23}
24
25void saveLog(const std::string& log) {
26#if LOGGER

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected