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.
You're looking for commons-io, FileUtils is a class from apache's commons-io.jar