Using FileUtils in eclipse
Open the project's properties---> Java Build Path ---> Libraries tab ---> Add External Jars
will allow you to add jars.
You need to download commonsIO from here.
Now selenium supports following code:
FileHandler.copy(src, dest);