https://bugzilla.novell.com/show_bug.cgi?id=642598
https://bugzilla.novell.com/show_bug.cgi?id=642598#c0 Summary: FileSystemWatcher event data differs from Windows Classification: Mono Product: Mono: Runtime Version: 2.6.x Platform: i686 OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: io-layer AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; NET CLR 3.5.30729) When the FileSystemWatcher raises an event, the event includes an object of type FileSystemEventArgs. This object includes a property called "Name", which is supposed to be the name of a changed file. There is also a property "FullPath" which contains the full path and filename. On Mono, the "Name" property contains the full path and filename, instead of just the filename. Reproducible: Always Steps to Reproduce: 1. 2. 3. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
