摘要: C#文件监控 内部类使用 //实现文件 监视(监控) public static class fileWatcher { private static FileSystemWatcher? watcher; public static bool EnableWathcer(DirectoryInfo 阅读全文