Search code examples
javafileutils

Copying files from directory to other using FileUtils jar


I want to copy files from directory to another, so I searched and I got this post: Copying files from one directory to another in Java

I follow the first answer, but I couldn't find the jar of FileUtils and the URL in the comments is broken.

Could you please help me to find the target jar?

Thank you in advance.


Solution

  • You're looking for commons-io, FileUtils is a class from apache's commons-io.jar

    http://commons.apache.org/proper/commons-io/