[Mono-bugs] [Bug 554587] New: System.AppDomain.CurrentDomain.BaseDirectory does not contains ending separator

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Nov 11 11:36:04 EST 2009


http://bugzilla.novell.com/show_bug.cgi?id=554587


           Summary: System.AppDomain.CurrentDomain.BaseDirectory does not
                    contains ending separator
    Classification: Mono
           Product: Mono: Class Libraries
           Version: unspecified
          Platform: x86-64
        OS/Version: RHEL 5
            Status: NEW
          Severity: Minor
          Priority: P5 - None
         Component: System
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: stefano.sapienti at apsystems.it
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.15)
Gecko/2009101601 Firefox/3.0.15 (.NET CLR 3.5.30729)

System.AppDomain.CurrentDomain.BaseDirectory returns the directory without the
ending directory separator ("/"). MS.NET version returns the "/"



Reproducible: Always

Steps to Reproduce:
1.Print out System.AppDomain.CurrentDomain.BaseDirectory

Actual Results:  
/var/www/myapp

Expected Results:  
/var/www/myapp/

I tested it inside a web application, dunno if it's the same on console
applications.

-- 
Configure bugmail: http://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