FFMG / myoddweb.directorywatcher

A fast and reliable, (non blocking!), .NET/C++ File/Directory watcher, complete rewrite of FileSystemWatcher to ensure speed/accuracy/reliability/suppress duplicate events.
MIT License
49 stars 12 forks source link

not working recursive #20

Open gawric opened 3 years ago

gawric commented 3 years ago

Forgive me, I write through a translator. Event Add not working recursive mode;

test1 Copy Folder out D:/xiaomi/refresh_icon Paste Folder in D:/test/ lost files: 11

Console log `10:07:49.7030:[F][+]:D:\test\refresh_icon\doc2_refresh.xcf

test2 Copy Files out D:/xiaomi/refresh_icon - 23 items Paste Files in D:/test/ - 23 items lost files: 0

test3 Copy Files out D:/xiaomi/refresh_icon - 23 items Manually Create Folder refresh_icon ->D:/test/refresh_icon Paste Files in D:/test/refresh_icon - 23 items lost files: 0

Console Visual Studio

Warning: Acess to 'D' is denied

My system: Windows 8.1 x64 Microsoft .NET Framework 4.7.2

domportera commented 1 year ago

I am seeing the same issue using Unity 2021. for now, I am using multiple watchers to make up for this