There are many file operations in my program, such as copy/move/delete files.
Of course, I could use JDK java.io.File class to handle such operations, but I think there are must better open source solution, which is more powerful, more efficient, more convenient and cross-platform, for this case. Could you recommended one? Thanks!
You can have a look at the Apache Commons IO Library.