[Mono-bugs] [Bug 345481] New: BaseDirectory does not end with backslash

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Dec 3 04:29:14 EST 2007


https://bugzilla.novell.com/show_bug.cgi?id=345481

           Summary: BaseDirectory does not end with backslash
           Product: Mono: Class Libraries
           Version: 1.2.6
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: System
        AssignedTo: mono-bugs at ximian.com
        ReportedBy: kobruleht2 at hot.ee
         QAContact: mono-bugs at ximian.com
          Found By: ---


To reproduce, run the code.

Observed: directory name does not end with backslash

Expected:

Directory name must end with backslash


Environment:

1.2.6 preview 2
NET 2 profile
System.Drawing & Configuration from Nov 24, 2007 monocharge
Windows XP
VCSE 2008


Code to reproduce:

using System;
using System.Windows.Forms;

public class Test {
    static void Main() {
        MessageBox.Show(AppDomain.CurrentDomain.BaseDirectory);
    }
}


-- 
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