Re: C# Writing to a file
- From: Jamal Mazrui <empower@xxxxxxxxx>
- To: programmingblind@xxxxxxxxxxxxx
- Date: Sat, 08 May 2010 06:34:44 -0400
In C#, you do not have to double the backslash characters if you precede
the string literal with the @ symbol. Just put that symbol immediately
before the initial quote mark.
Jamal
On 5/7/2010 11:32 PM, Celia Rodriguez wrote:
Thank you, but I tried the \\ and it is still giving me the following error
Error 1 Unexpected character '\' Error 1 Unexpected
character '\' -----
Thankyou,
Original Message-----
From: programmingblind-bounce@xxxxxxxxxxxxx
[mailto:programmingblind-bounce@xxxxxxxxxxxxx] On Behalf Of Tyler
Littlefield
Sent: Friday, May 07, 2010 9:18 PM
To: programmingblind@xxxxxxxxxxxxx
Subject: Re: C# Writing to a file
Hello,
you need to escape your \ by doing \\. So, it'll look like:
C:\\myfolder1\\myfolder2...
----- Original Message -----
From: "Celia Rodriguez"<celia-rodriguez@xxxxxxxxxxxxx>
To:<programmingblind@xxxxxxxxxxxxx>
Sent: Friday, May 07, 2010 8:15 PM
Subject: C# Writing to a file
Hi Varun,
I tried writing to a file, but the comiler does not like the ?
\. The following is what I coded.
File.AppendAllText(C:\Documents and Settings\celia\My Documents\Visual
Studio\Projects\TestCode,Data);
It gives me an error on the \. Do you know what I need to do so it will
except the \?
Thanks,
Celia
__________
View the list's information and change your settings at
http://www.freelists.org/list/programmingblind
__________
View the list's information and change your settings at
http://www.freelists.org/list/programmingblind
__________
View the list's information and change your settings at
http://www.freelists.org/list/programmingblind
__________
View the list's information and change your settings at
http://www.freelists.org/list/programmingblind
Other related posts: