-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 6.0
-
Component/s: Scan importer
The current implementation based on java.io.file.renameTo returns true some time whereas the file was not moved to the target.
Since JDK7, we can use java.nio.file.Files.move which solves some of the issues with java.io.file