[Mono-bugs] [Bug 74290][Wis] Changed - DirectoryInfo.GetDirectories () fails when a subdirectory starts with "\\"
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 31 Mar 2005 17:58:38 -0500 (EST)
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 dsd@gentoo.org.
http://bugzilla.ximian.com/show_bug.cgi?id=74290
--- shadow/74290 2005-03-31 17:57:29.000000000 -0500
+++ shadow/74290.tmp.27760 2005-03-31 17:58:37.000000000 -0500
@@ -1,21 +1,21 @@
Bug#: 74290
Product: Mono: Class Libraries
Version: 1.1
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: System
AssignedTo: mono-bugs@ximian.com
ReportedBy: dsd@gentoo.org
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
-URL:
+URL: http://bugzilla.gnome.org/show_bug.cgi?id=171520
Cc:
Summary: DirectoryInfo.GetDirectories () fails when a subdirectory starts with "\\"
If you create a DirectoryInfo object on a directory ("info"), which
contains a subdirectory starting with characters "\\" then you will get the
following exception when you run info.GetDirectories();
@@ -34,6 +34,13 @@
in <0x0003b> Test:Main (System.String[] args)
------- Additional Comments From dsd@gentoo.org 2005-03-31 17:57 -------
Created an attachment (id=14804)
Testcase
+
+------- Additional Comments From dsd@gentoo.org 2005-03-31 17:58 -------
+To use the testcase:
+
+mkdir -p "/tmp/monotest/\\\\directory"
+mcs Test.cs
+mono Test.exe