[SHELL32] Implement Copy To Folder (retrial) (#3044)

- Add context menu item "Copy to &folder..." and implement the action.
- Implement the "Copy to &folder..." menu item of "Edit" menu of Explorer.
CORE-11132
This commit is contained in:
Katayama Hirofumi MZ 2020-08-16 08:04:07 +09:00 committed by GitHub
parent 535e262b78
commit 85fdcdf2cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
44 changed files with 659 additions and 1 deletions

View file

@ -290,6 +290,7 @@ BEGIN_OBJECT_MAP(ObjectMap)
OBJECT_ENTRY(CLSID_OpenWithMenu, COpenWithMenu)
OBJECT_ENTRY(CLSID_NewMenu, CNewMenu)
OBJECT_ENTRY(CLSID_SendToMenu, CSendToMenu)
OBJECT_ENTRY(CLSID_CopyToMenu, CCopyToMenu)
OBJECT_ENTRY(CLSID_StartMenu, CStartMenuDummy)
OBJECT_ENTRY(CLSID_MenuBandSite, CMenuSite)
OBJECT_ENTRY(CLSID_MenuBand, CMenuBand)