El lun, 17 de 03 de 2003 a las 17:40, George Kodinov escribi�:
> Hi,
>
> Here're a set of one-line diffs for mono System.Web classes.
>
> They allow correct execution of normally deployed (i.e. no dll copying
> etc) IBuySpy in non-root virtual directory.
Just one question:
+ string privatePath = Path.Combine (
+ new Uri
(AppDomain.CurrentDomain.SetupInformation.ApplicationBase).LocalPath,
privatePath);
Isn't that the same as:
Path.Combine (AppDomain.CurrentDomain.SetupInformation.ApplicationBase,
privatePath)
?
--
"The wireless telegraph is not dificult to understand. The ordinary
telegraph is like a very long cat. You pull the tail in New York and it
meows in Los Angeles. The wireless is the same, only without the cat"
-Albert
_______________________________________________
Mono-list maillist - [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list