[Mono-dev] AppDomain.CurrentDomain.BaseDirectory different from MS.NET

2009-10-27 Thread APS
Hi,
I noticed today that AppDomain.CurrentDomain.BaseDirectory in MS.NET 
returns the ending "/" and in Mono the ending "/" is missing.
It can be a bug to record or it's by design? I don't know if there's 
the same issue on others system directories.


___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


[Mono-dev] AppDomain.CurrentDomain.BaseDirectory

2005-12-28 Thread Yogendra Thakur
Hi,
  
There is slight difference between the  implementation of 
"AppDomain.CurrentDomain.BaseDirectory"  and MS.NET.

When run on Windows
- returns  "[ApplicationDirectory]/"
while when run on MONO
- returns  "[aplicationDirectory]"  ( no slash in end ).

Please take note of it.

-Yogendra Thakur




___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list