How to check if specific directory path exist in java code example Example: java check if directory exists Path path = ...; if (Files.exists(path)) { // ... }