Try this
Path path = Paths.get("your path"); Files.createDirectories(path.getParent()); Files.createFile(path);