Click to See Complete Forum and Search --> : Replace


solomon_13000
02-05-2007, 08:42 AM
For the code bellow I am receiving a new line error.

String s = "C:\My document\Mama";
s = s.Replace("\","/");

How do I solve the problem?

Regards

Ribeyed
02-06-2007, 06:30 PM
Code looks ok to me. Can you give anymore information?