Unknown
unread,Oct 27, 2010, 11:58:05 AM10/27/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jniwrapp...@teamdev.com
Hi Ali,
By default on all NT systems FileSystemWatcher uses WinNTWatcherStrategy, which is specially designed for working on NTFS file system. This strategy also works if remote share is on NTFS file system, but it will not work for another file system. You can try another watcher strategy (for example Win9xWatcherStrategy) in your case, but this implementation is less effective.
-Serge