File.createNewFile() thowing IOException No such file or directory May 14, 2023 by Tarik try to ensure the parent directory exists with: file.getParentFile().mkdirs()