private final File pathToUploads = new File("path/to/folder"); if (pathToUploads.exists() && pathToUploads.isDirectory()) { //do what you want }