我在一個目錄上使用了一個FileSystemWatcher
,並添加了它的事件處理程序,設置了其EnableRaisingEvents=true;
和IncludeSubdirectories=false;
並添加了NotifyFilters
。FileSystemWatcher中的FileNotFoundException
運行應用程序時,如果我創建指定的目錄中新建文件夾有時我得到
FileNotFoundException異常:「當讀取一個目錄時出錯」。 System.IO.FileSystemWatcher.StartRaisingEvents() System.IO.FileSystemWatcher.set_EnableRaisingEvents(布爾值)
是一個什麼問題的根本原因?
什麼是StartRaisingEvents()
?
您是否能夠發佈實際的代碼。我猜你正在構造新的文件夾路徑不正確。 – codingbadger 2010-10-20 10:33:39
我正在使用資源管理器創建新文件夾>創建新文件夾 – munna 2010-10-20 10:36:50