gpt4 book ai didi

c# - 使用 Windows 资源管理器的重命名事件 Hook 我的程序

转载 作者:太空狗 更新时间:2023-10-29 20:29:42 25 4
gpt4 key购买 nike

当用户重命名文件时,有什么方法可以用任何语言挂接我的程序吗?

例如:用户重命名文件并按下回车键(或点击离开)以确认重命名操作。在文件实际重命名之前,我的程序“监听”此事件并弹出一条消息“您确定要将 C:\test\file.txt 重命名为 C:\test\test.txt 吗?”。

我在想/希望这在 C++、C# 或 .NET 中是可能的。但我不知道去哪里找。

最佳答案

您可能可以使用 FileSystemWatcher class 来解决这个问题在 .NET 框架中。

来自类评论:

You can watch for renaming, deletion, or creation of files or directories. For example, to watch for renaming of text files, set the Filter property to "*.txt" and call the WaitForChanged method with a Renamed specified for its parameter.

关于c# - 使用 Windows 资源管理器的重命名事件 Hook 我的程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24644/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com