Techie Tips
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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment