String path = ... File pathAsFile = new File(path); if (!Files.exists(Paths.get(path))) { pathAsFile.mkdir(); }