Re: Repace doesn't work under Windows 98
- From: Łukasz <lukasz_sw@xxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 01 Mar 2006 14:35:12 +0100
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
.
- Follow-Ups:
- Re: Repace doesn't work under Windows 98
- From: Gregory Khrapunovich
- Re: Repace doesn't work under Windows 98
- References:
- Repace doesn't work under Windows 98
- From: Gregory Khrapunovich
- Repace doesn't work under Windows 98
- Prev by Date: Re: Marshaling char *... HELP, PLEASE!
- Next by Date: Re: Unmanaged C++ Shell Extension Handler as client to C# COM Object
- Previous by thread: Repace doesn't work under Windows 98
- Next by thread: Re: Repace doesn't work under Windows 98
- Index(es):