Alex Mac wrote: > I'm trying to monitor /dev using the FileSystemWatcher however my app > seems to hang at the point when i call "watcher.IncludeSubdirectories > = true" without that line the code runs fine. Monitoring /tmp with > that option turned on does work... > > Also if i try running the code with "MONO_MANAGED_WATCHER=1" then I > get the following error message continuously appearing: > > ** Message: Unknown errno: Too many levels of symbolic links
The message is probably harmless. It gets emitted because ELOOP has no Win32 error code. Robert _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
