Re: Repace doesn't work under Windows 98

Tech-Archive recommends: Speed Up your PC by fixing your registry



Gregory Khrapunovich napisał(a):
I am using Visual Studio 2003 (Framework 1.1) with Windows Forms/C#. At some point my application executes a simple statement:

string filename = Application.ExecutablePath.Replace(".exe", ".xml");

string filename = Application.ExecutablePath.ToLower().Replace(".exe", ".xml");

also doesn't work??

Łukasz
.