Compare commits
No commits in common. "3a4e2f160fe1aee8d7ee5ef203663d1b930857cd" and "2b84854ef228d89f22c775e91742cd3aa6610da9" have entirely different histories.
3a4e2f160f
...
2b84854ef2
@ -251,9 +251,8 @@ public class Utils {
|
||||
}
|
||||
|
||||
File f = file.filePath().toFile();
|
||||
System.out.println(f + " -> " + new File(dirFile, id + "." + detectedExtensions[0]));
|
||||
//noinspection ResultOfMethodCallIgnored
|
||||
System.out.println(f.renameTo(new File(dirFile, id + "." + detectedExtensions[0])));
|
||||
f.renameTo(new File(dirFile, id + "." + detectedExtensions[0]));
|
||||
return "ok";
|
||||
})));
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user