[Mono-bugs] [Bug 78664][Maj] Changed - FileInfo.Delete() doesn't work on dangling symlinks
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Jul 5 12:33:35 EDT 2006
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by dick at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78664
--- shadow/78664 2006-06-16 16:05:32.000000000 -0400
+++ shadow/78664.tmp.12004 2006-07-05 12:33:35.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 78664
Product: Mono: Class Libraries
Version: 1.1
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Major
Component: CORLIB
AssignedTo: mono-bugs at ximian.com
ReportedBy: joeshaw at novell.com
QAContact: mono-bugs at ximian.com
@@ -25,6 +25,13 @@
------- Additional Comments From joeshaw at novell.com 2006-06-16 16:04 -------
err, no, ENOENT is only returned if a portion of the path passed in is
broken. I think it should work otherwise.
------- Additional Comments From joeshaw at novell.com 2006-06-16 16:05 -------
File.Delete(), in which you pass in the full pathname, works.
+
+------- Additional Comments From dick at ximian.com 2006-07-05 12:33 -------
+Fixed in svn r62269.
+
+In general dangling symlinks are a problem for io operations in mono
+because the concept doesn't exist in windows. I doubt we're handling
+them at all consistently.
More information about the mono-bugs
mailing list