How to move a entire directory!
Hi, is there any direct or easy way to move a directory to another place. I guess that the File class should has a method Move, copy and things like that to make way this kind of tasks.
I guess that reading the FIle content, detecting is its folder or file, if is fil move it using a fileOutputStream, else entering the folder to do the same.
Doing this algorthym with recursivity is not as doing a helloWorld, so there should be a direct or at least more easy way to do it.

