Create whole path automatically when writing to a new file I want to write a new file with the FileWriter. I use it like this: FileWriter newJsp = new FileWriter("C:\\user\Desktop\dir1\dir2\filename.txt"); Now dir1 and dir2 currently don’t exist. I want... May 19, 2022 0 Comments