https://bugzilla.novell.com/show_bug.cgi?id=331052#c4





--- Comment #4 from Jonathan Pobst <[EMAIL PROTECTED]>  2007-10-08 15:42:16 MST 
---
For the IO path, you can't hardcode "\" because the path separator on Linux is
"/".  You need to use IO.Path.DirectorySeparatorChar which will use the correct
one on each platform.  Or you can build you paths using Path.Combine, which
will use the correct separator as well.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to