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") ;

No comments:

Post a Comment