http://bugzilla.novell.com/show_bug.cgi?id=573976
http://bugzilla.novell.com/show_bug.cgi?id=573976#c0 Summary: IOMAP doesn't like backslashes in directory names Classification: Mono Product: Mono: Runtime Version: SVN Platform: Other OS/Version: Linux Status: NEW Severity: Normal Priority: P5 - None Component: io-layer AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- Created an attachment (id=338895) --> (http://bugzilla.novell.com/attachment.cgi?id=338895) Test Case - Save test case to directory - In that directory: mkdir "abc\def" - Compile test case - MONO_IOMAP=all test.exe crashes with: Unhandled Exception: System.IO.DirectoryNotFoundException: Directory '/home/jpobst/Desktop/def' not found. at System.IO.Directory.ValidateDirectoryListing (System.String path, System.String searchPattern, System.Boolean& stop) [0x00000] in <filename unknown>:0 at System.IO.Directory.GetFileSystemEntries (System.String path, System.String searchPattern, FileAttributes mask, FileAttributes attrs) [0x00000] in <filename unknown>:0 at System.IO.Directory.GetFiles (System.String path, System.String searchPattern) [0x00000] in <filename unknown>:0 at System.IO.Directory.GetFilesRecurse (System.String path, System.String searchPattern, System.Collections.ArrayList all) [0x00000] in <filename unknown>:0 at System.IO.Directory.GetFilesRecurse (System.String path, System.String searchPattern, System.Collections.ArrayList all) [0x00000] in <filename unknown>:0 at System.IO.Directory.GetFiles (System.String path, System.String searchPattern, SearchOption searchOption) [0x00000] in <filename unknown>:0 at MyClass.Main () [0x00000] in <filename unknown>:0 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
