Showing posts with label replace backslash. Show all posts
Showing posts with label replace backslash. Show all posts

Friday, May 20, 2011

Replace Back slash with forward slash


String location = "uploads\img";
String backslash= System.getProperty(
location.replace(backslash,

or

location.replace("\\", "/");"/");"file.separator") ;