String newContent = oldContent.replace("\\", "\");
A windows path in a config file which is being modified by another program with \ After that i running this code to replace all \\ with \
String newContent = oldContent.replace("\\", "\");
A windows path in a config file which is being modified by another program with \ After that i running this code to replace all \\ with \