FileSystemWatcher icon indicating copy to clipboard operation
FileSystemWatcher copied to clipboard

This is a C# library whose purpose is to detect directory changes and return all renamed, moved, created, and deleted files. It is able to spot renamed files without requiring the use of hash-code com...

Results 1 FileSystemWatcher issues
Sort by recently updated
recently updated
newest added

When I execute a test on this, BeginInit detects all existing files in the traced folder as created. Is this by design? How should I handle this?