Guest User

Untitled

a guest
Jul 20th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. f = new File(path,prefix + "_" + dataArq + "_" + pesquisa.replaceAll("\", "") + ".txt");
  2. System.out.println(pesquisa);
  3.  
  4. f = new File(path,prefix + "_" + dataArq + "_" + pesquisa.replaceAll("\", "\\") + ".txt");
  5. System.out.println(pesquisa);
Add Comment
Please, Sign In to add comment