[Mono-bugs] [Bug 74640][Nor] Changed - FileInfo.Length fails depending upon file name.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 17 Apr 2005 14:49:50 -0400 (EDT)
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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74640
--- shadow/74640 2005-04-16 22:17:59.000000000 -0400
+++ shadow/74640.tmp.4119 2005-04-17 14:49:50.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 74640
Product: Mono: Runtime
Version: 1.1
-OS:
+OS: unknown
OS Details: SuSE Linux Enterprise Server 9.x
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: io-layer
AssignedTo: mono-bugs@ximian.com
ReportedBy: jrodman@ximian-bugzilla.spamportal.net
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -32,6 +32,13 @@
string, attempt to access "trailingspace" without the space, and thus throw
an exception even if the named file is present. I think it is clear this
should not occur.
An strace shows mono calling stat() with the correct path, followed by the
incorrect path.
+
+------- Additional Comments From miguel@ximian.com 2005-04-17 14:49 -------
+This is the behavior of the Windows API, on Windows we continue
+to do this, but on the Unix build this was recently fixed to not trim
+the end (fixed on SVN).
+
+We need to debate whether we want to keep the emulation on Windows or not.