[Mono-bugs] [Bug 345481] BaseDirectory does not end with backslash
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Dec 10 00:38:48 EST 2007
https://bugzilla.novell.com/show_bug.cgi?id=345481
User robertj at gmx.net added comment
https://bugzilla.novell.com/show_bug.cgi?id=345481#c1
Robert Jordan <robertj at gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |robertj at gmx.net
--- Comment #1 from Robert Jordan <robertj at gmx.net> 2007-12-09 22:38:48 MST ---
I cannot reproduce it with P2, P3, SVN HEAD on Windows & Linux using
this code:
using System;
public class Test {
static void Main ()
{
Console.WriteLine (AppDomain.CurrentDomain.BaseDirectory);
}
}
So either MessageBox.Show is chopping chars or your setup is busted.
--
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