java check if path is a directory code example Example: java check if directory exists Path path = ...; if (Files.exists(path)) { // ... }