FileWatcherEx
FileWatcherEx copied to clipboard
The file watcher on Windows.
Start FileSystemWatcherEx, then try to copy a very large file in the watched path. Result: Two events are fired, "Created" on start copying and "Changed" on end copying Expected: Only...
When there are cyclical symlinks (symlinks that contain symlinks pointing back to themselves) in a directory `RegisterAdditionalFileWatchersForSymLinkDirs` either hangs or throws this error: ``` System.IO.IOException: Too many levels of symbolic...
I just notice that sometimes it didn't work when file created or changed using System.IO.FileSystemWatcher. while FileWatcherEx based on System.IO.FileSystemWatcher, I wanna know does it is the same?