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