SyntaxFix
Write A Post
Hire A Developer
Questions
String path = "C:\\Documents and Settings\\Manoj\\Desktop"; path = path.replace("\\", "/"); // or path = path.replaceAll("\\\\", "/");
Find more details in the Docs