[Mono-bugs] [Bug 50969][Nor] New - Directory.GetDirectories (string, string) is not 100% working
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 14 Nov 2003 00:21:02 -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 tberman@gentoo.org.
http://bugzilla.ximian.com/show_bug.cgi?id=50969
--- shadow/50969 2003-11-14 00:21:01.000000000 -0500
+++ shadow/50969.tmp.6434 2003-11-14 00:21:02.000000000 -0500
@@ -0,0 +1,40 @@
+Bug#: 50969
+Product: Mono/Class Libraries
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: tberman@gentoo.org
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Directory.GetDirectories (string, string) is not 100% working
+
+create /usr/lib/mono/gac/Microsoft.Web.Services/1111 and
+ /usr/lib/mono/gac/Microsoft.Web.Services/2222
+
+compile and run sample
+
+No results are returned.
+
+This functions perfectly on ms.
+
+and initially upon being run, you will receive a runtime error regarding
+incorrect search patterns, it is not an incorrect search pattern,
+SearchPattern has either legacy 1.0 checking or bad checking for
+incorrect search patterns, because the incorrect patterns are:
+
+searchPattern
+The search string to match against the names of files in path. The
+parameter cannot end in two periods ("..") or contain two periods ("..")
+followed by DirectorySeparatorChar or AltDirectorySeparatorChar, nor can
+it contain any of the characters in InvalidPathChars.
+
+
+according to ms.net 1.1 SDK.