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