File compliedMetadataFile = new File(dicHomeFile, ".compiled/most-words-mode/.metadata");
if (compliedMetadataFile.exists() && compliedMetadataFile.isFile()) {
// get checksum for all compiled dictionaries
String checksum = Snapshot.flash(
new File(dicHomeFile, ".compiled/most-words-mode"),
new FileFilter() {
public boolean accept(File pathname) {
return pathname.getPath().endsWith(".dic.compiled");
}
}).getCheckSum();