File info

 // File typefileType = Files.probeContentType( new File("/path/to/file/ahmet.txt").toPath() );// File extensionString ext = FilenameUtils.getExtension("/path/to/file/ahmet.txt");

