[Mono-bugs] [Bug 81038][Nor] New - System.IO.Directory.GetFiles is case sensitive
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Mar 5 10:27:03 EST 2007
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 jeffr at newhartsystems.com.
http://bugzilla.ximian.com/show_bug.cgi?id=81038
--- shadow/81038 2007-03-05 10:27:03.000000000 -0500
+++ shadow/81038.tmp.24943 2007-03-05 10:27:03.000000000 -0500
@@ -0,0 +1,50 @@
+Bug#: 81038
+Product: Mono: Class Libraries
+Version: unspecified
+OS:
+OS Details: XP Pro SP2
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: System
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: jeffr at newhartsystems.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: System.IO.Directory.GetFiles is case sensitive
+
+Please fill in this template when reporting a bug, unless you know what
+you are doing.
+Description of Problem:
+
+System.IO.Directory.GetFiles is case sensitive
+
+Steps to reproduce the problem:
+1. Execute the following command to duplicate this
+
+foreach (String f in System.IO.Directory.GetFiles(Folder,Pattern))
+
+where Folder is the name of an existing directory and pattern is
+something like "*.kbd"
+
+I have a folder that contains many .kbd files, some are named .kbd and
+others are named .KBD (uppercase extension). The Microsoft runtime
+returns all the files, but Mono only returns the ones that match the same
+case.
+
+2.
+3.
+
+Actual Results:
+
+
+Expected Results:
+
+
+How often does this happen?
+
+
+Additional Information:
More information about the mono-bugs
mailing list