SyntaxFix
Write A Post
Hire A Developer
Questions
With regard to Java, there is no such method in the standard API. In Java 7, the java.nio.file.Files class will provide a copy convenience method.
java.nio.file.Files
References
The Java Tutorials
Copying files from one directory to another in Java