I would like to do the following replace string in a C# string statement:
filesaveLocation.Replace("\\", "\").
I want to replace \\ to be only \.
The compiler does not allow me to have"\"
Can you tell me how to accomplish this goal?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Oct 26, 2012, 3:34 PM