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
String s = "C:\My document\Mama";
s = s.Replace("\","/");
How do I solve the problem?
Regards