[Mono-bugs] [Bug 331052] Notify icon and Right click handle

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Oct 8 17:42:16 EDT 2007


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





--- Comment #4 from Jonathan Pobst <jpobst at novell.com>  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.


More information about the mono-bugs mailing list