[Mono-list] Small diff to allow IBuySpy running off a virtual
directory + a typecast fix
Gonzalo Paniagua Javier
gonzalo@ximian.com
17 Mar 2003 18:46:59 +0100
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