[Mono-osx] Latest mono does not detect subfolder change with FileSystemWather class

d_v dan.vandermolen at figpsoft.com
Wed Aug 5 10:29:30 EDT 2009


The latest version of mono does not detect subfolder changes (create or
delete a new folder or file)  with FileSystemWather class when watching the
parent folder.  Is this a known bug?

Example:
If I am monitoring "/watched" and I create a subfolder called "subfolder1"
in "/watched" it detects that creation.  But if I create a file or folder in
"subfolder1" it does not detect it.

On Windows Vista Business it works fine.  Any tips?

Note: I am watching all 4 events: (changed, created, deleted, renamed)

            _watcher.Changed += new
FileSystemEventHandler(LogFileSystemChanges);
            _watcher.Created += new
FileSystemEventHandler(LogFileSystemChanges);
            _watcher.Deleted += new
FileSystemEventHandler(LogFileSystemChanges);
            _watcher.Renamed += new
RenamedEventHandler(LogFileSystemRenaming);
-- 
View this message in context: http://www.nabble.com/Latest-mono-does-not-detect-subfolder-change-with-FileSystemWather-class-tp24828615p24828615.html
Sent from the Mono - OSX mailing list archive at Nabble.com.



More information about the Mono-osx mailing list