0
I need java program to copy paste the image
copy the from the folder and need to paste in the destination folder
1 ответ
+ 1
You probably want a variation of the Files.copy() method:
https://docs.oracle.com/javase/7/docs/api/java/nio/file/Files.html
https://stackoverflow.com/questions/16433915/how-to-copy-file-from-one-location-to-another-location