i want to rename folder or directory and move all video files from source to destination directory. i tried with renameTo() mothod but not received proper output. also move directory using apache common IO library as below,
FileUtils.moveDirectory(sourceFile, destinationFile);
but also fail to get proper output. some file goes to corrupted/ghost which can not access.
please let me know how can i get output.
thank you in advance.