Advertisement
Guest User

Untitled

a guest
Jun 30th, 2017
12
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1.  
  2. String absolutePath = data.getDataString();
  3. File from = new File(absolutePath);
  4. File to = new File(saveFolder, imageFileName);
  5. from.renameTo(to);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement