[Solved] Java File.renamTo not working

first of all, you should use the path separator / . It’s work on Windows, Linux and Mac OS. This is my version of your problem to rename all files into a folder provide. Hope this will help you. I use last JDK version to speed up and reduce the code. public class App { … Read more