Côme

Results 2 comments of Côme

Yes i see that you use Directory.GetFiles() which is a method that can be really slow with a large amount of files on a distant drive. Is the getSnapshot routine...

Hey i got this piece of code: `Console.WriteLine("Stop watcher {0} {1}", cell.Name, DateTime.Now.ToString()); ` `cell.watcher.StopWatching();` `Console.WriteLine("Watcher stopped {0} {1}", cell.Name, DateTime.Now.ToString());` It's watching a directory with 20.070 files within 6.896...