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.
FileSystemWatcher 为我们提供了从更改到删除的不同类型的事件。我想知道为什么每当我使用 Visual Studio 2005 编辑文件并更改事件时,如果我使用的是记事本或记事本++ 和其他编辑器,我会收到删除事件?
想要避免丢失一切的程序的标准操作:
如果出现问题,将恢复重命名的文件。如果在写作时出现问题,您的其他编辑会损坏原件。