开发者

How to overload the Windows Explorer functionalities?

开发者 https://www.devze.com 2023-03-30 21:50 出处:网络
I want to catch the event of deletion, renaming or copying a file in Windows Explorer. For example, if a folder contains the files \"test.a\" and \"test.b\", and that I remove \"test.a\", then my prog

I want to catch the event of deletion, renaming or copying a file in Windows Explorer. For example, if a folder contains the files "test.a" and "test.b", and that I remove "test.a", then my program will remove the two (same for copy and rename).

I know how to add an entry to the context menu of Windows. But the goal isn't to add functional开发者_如何转开发ity to Windows. The goal is to redefine an existing function.


You could use hook for that. See this.


Use the shell notification APIs for this.

0

精彩评论

暂无评论...
验证码 换一张
取 消