mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[SHELLEXT][ZIPFLDR] SendTo Zip compressed folder needs notification
CORE-16818
This commit is contained in:
@@ -353,6 +353,12 @@ unsigned CZipCreatorImpl::JustDoIt()
|
||||
|
||||
MessageBoxW(NULL, strText, strTitle, MB_ICONERROR);
|
||||
}
|
||||
else
|
||||
{
|
||||
WCHAR szFullPath[MAX_PATH];
|
||||
GetFullPathNameW(strZipName, _countof(szFullPath), szFullPath, NULL);
|
||||
SHChangeNotify(SHCNE_CREATE, SHCNF_PATHW, szFullPath, NULL);
|
||||
}
|
||||
|
||||
return err;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user