Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想编写我自己的文件复制程序,当用户在 Windows 资源管理器中选择“粘贴”/(Ctrl+ )时该程序将运行。CopyHandler和SuperCopierV等一些程序正在这样做。但我不知道怎么做。
请帮忙。
Ultracopier和Supercopier使用的项目catchcopy提供了所有的抽象。您只需要监听命名管道即可从资源管理器接收要执行的复制/移动操作。一切都在 wiki 中有详细说明。