Quantcast
Channel: Xamarin.Mac — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 1429

fsevent fire with MustScanSubDir

$
0
0

having problem in fsevent callback returning flag with "MustScanSubDir" either it is created or deleted and returning path of only the root directory of pathBiengWatch. my watch path is on shared network drive which is on WINDOWS operating system..although fsevent triggers flag and return path perfect when i created file or delete file from my osx .. but not from other computers.. how finder is shwing files realtime.. is there any other option or a fix

eventStream = new FSEventStream (new [] { currentWatchPath },
eventLatency, FSEventStreamCreateFlags.FileEvents);
eventStream.Events += OnFSEventStreamEvents;
eventStream.ScheduleWithRunLoop (NSRunLoop.Current);


Viewing all articles
Browse latest Browse all 1429

Trending Articles