FileSystemSafeWatcher
FileSystemSafeWatcher copied to clipboard
Extends the FileSystemWatcher to trigger the events only when the file is ready for read
Results
2
FileSystemSafeWatcher issues
Sort by
recently updated
recently updated
newest added
Hi, When I add a file to a subfolder of the monitored folder with Filter = *.* and IncludeSubdirectories = false, the class crashes and causes an infinite loop. ```...
How Can I compile it? I tried like this: csc "C:\Users\usrtbest\Documents\scripts\tests\FileSystemSafeWatcher.cs" /r:AsaLib.dll but I got this error: error CS0006: Metadata file 'AsaLib.dll' could not be found and when I tried...