Saturday 3 September 2011

File Handling Became Easy In Java!!

Wanna copy file from one directory to other ! Wanna copy entire directory from one place to another ! Finding File I/O difficult to understand !

Here is the Jar file to rescue!!



Just  Include this Jar  file in your project and use MyFileUtil class.


Here is the example:

/**
*  call copyFile method to copy any file from one directory to other.
*  call copyDirectory to copy entire directory from one place(in computer) to
*  another (in computer).
*/


Download !