java IO to copy one File to another

Posted by Aly on Stack Overflow See other posts from Stack Overflow or by Aly
Published on 2010-03-26T00:00:03Z Indexed on 2010/03/26 0:03 UTC
Read the original article Hit count: 536

Filed under:
|
|
|
|

I have two Java.io.File objects file1 and file2. I want to copy the contents from file1 to file2. Is there an standard way to do this without me having to create a method that reads file1 and write to file2

© Stack Overflow or respective owner

Related posts about java

Related posts about io