FileWatcherEx icon indicating copy to clipboard operation
FileWatcherEx copied to clipboard

The file watcher on Windows.

Results 2 FileWatcherEx issues
Sort by recently updated
recently updated
newest added

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...