[Mono-bugs] [Bug 80781][Nor] New - GetFileSystemInfos method does not work as expected

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Feb 10 00:45:15 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 lucgallant at gmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=80781

--- shadow/80781	2007-02-10 00:45:15.000000000 -0500
+++ shadow/80781.tmp.10222	2007-02-10 00:45:15.000000000 -0500
@@ -0,0 +1,56 @@
+Bug#: 80781
+Product: Mono: Class Libraries
+Version: 1.2
+OS: GNU/Linux [Other]
+OS Details: Mono Virtual Machine
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: System
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: lucgallant at gmail.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: GetFileSystemInfos method does not work as expected
+
+Description of Problem: The GetFileSystemInfos(String s) method from the
+DirectoryInfo class does not work in the same way in Mono (on Linux) as it
+does in Windows (using Microsoft .NET Framework). 
+
+
+Steps to reproduce the problem:
+1. Download test app at:
+http://www.infiniteconcatenation.com/download/software/monoTest.rar
+2. Run the app on windows, check the output.
+3. Run the app on Linux, check the output. 
+
+Actual Results:
+Windows Output:
+
+C:\Documents and Settings\Luc Gallant\My Documents\Visual Studio
+2005\Projects\monoTest\monoTest\bin\Debug\la-ew
+C:\Documents and Settings\Luc Gallant\My Documents\Visual Studio
+2005\Projects\monoTest\monoTest\bin\Debug\lb-ww
+C:\Documents and Settings\Luc Gallant\My Documents\Visual Studio
+2005\Projects\monoTest\monoTest\bin\Debug\lb-wwa
+C:\Documents and Settings\Luc Gallant\My Documents\Visual Studio
+2005\Projects\monoTest\monoTest\bin\Debug\lb-wwe
+
+
+Linux Output
+/mnt/hgfs/C/Documents and Settings/Luc Gallant/My Documents/Visual Studio
+2005/Projects/monoTest/monoTest/bin/Debug/la-ew
+/mnt/hgfs/C/Documents and Settings/Luc Gallant/My Documents/Visual Studio
+2005/Projects/monoTest/monoTest/bin/Debug/lb-ww
+
+Expected Results:
+Expected the same results in Linux Mono as obtained in the Windows .NET
+environment.
+
+How often does this happen? 
+Every time.
+
+Additional Information:


More information about the mono-bugs mailing list